Photon Fusion 2.0.3

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

IEqualityComparer interface for NetworkId objects. More...

Inherits IEqualityComparer< NetworkId >.

Public Member Functions

bool Equals (NetworkId a, NetworkId b)
 Determines whether the specified NetworkId objects are equal. More...
 
int GetHashCode (NetworkId id)
 Returns a hash code for the specified NetworkId object. More...
 

Detailed Description

IEqualityComparer interface for NetworkId objects.

Member Function Documentation

◆ Equals()

bool Equals ( NetworkId  a,
NetworkId  b 
)

Determines whether the specified NetworkId objects are equal.

◆ GetHashCode()

int GetHashCode ( NetworkId  id)

Returns a hash code for the specified NetworkId object.