Unit.Equals Method
Include Protected Members
Include Inherited Members
Check equality between the current unit and the other objects.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Indicates whether the current unit is equal to the specified object. (Overrides ValueType.Equals(Object).) |
![]() |
Equals(Unit) | Indicates whether the current unit is equal to the specified unit. |
Top