NetworkObjectTypeId Comparer More...
Inherits IEqualityComparer< NetworkObjectTypeId >.
Public Member Functions | |
bool | Equals (NetworkObjectTypeId x, NetworkObjectTypeId y) |
Checks if two NetworkObjectTypeId instances are equal. More... | |
int | GetHashCode (NetworkObjectTypeId obj) |
Gets the hash code of a NetworkObjectTypeId instance. More... | |
NetworkObjectTypeId Comparer
bool Equals | ( | NetworkObjectTypeId | x, |
NetworkObjectTypeId | y | ||
) |
Checks if two NetworkObjectTypeId instances are equal.
int GetHashCode | ( | NetworkObjectTypeId | obj | ) |
Gets the hash code of a NetworkObjectTypeId instance.
obj | The NetworkObjectTypeId instance. |