Click or drag to resize
EnumComparerTEnumEquals Method

[This is preliminary documentation and is subject to change.]

Determines whether the specified objects are equal.

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public bool Equals(
	TEnum x,
	TEnum y
)

Parameters

x
Type: TEnum
The first object of type TEnum to compare.
y
Type: TEnum
The second object of type TEnum to compare.

Return Value

Type: Boolean
true if the specified objects are equal; otherwise, false.
See Also