Click or drag to resize

ESetTIsEqual Method

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static bool IsEqual(
	ESet<T> set1,
	ESet<T> set2
)

Parameters

set1
Type: NeoAxisESetT
set2
Type: NeoAxisESetT

Return Value

Type: Boolean
See Also