EnumComparerTEnumEquals Method |
[This is preliminary documentation and is subject to change.]
Determines whether the specified objects are equal.
Namespace: VRageAssembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax 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