Photon Fusion 2.0.6

Public Member Functions | List of all members
NetworkObjectTypeId.EqualityComparer Class Reference

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...
 

Detailed Description

NetworkObjectTypeId Comparer

Member Function Documentation

◆ Equals()

bool Equals ( NetworkObjectTypeId  x,
NetworkObjectTypeId  y 
)

Checks if two NetworkObjectTypeId instances are equal.

◆ GetHashCode()

int GetHashCode ( NetworkObjectTypeId  obj)

Gets the hash code of a NetworkObjectTypeId instance.

Parameters
objThe NetworkObjectTypeId instance.