Represents a network connection ID. More...
Inherits IEquatable< NetConnectionId >.
Classes | |
class | EqualityComparer |
An equality comparer for NetConnectionId instances. More... | |
Public Member Functions | |
bool | Equals (NetConnectionId other) |
Compares this NetConnectionId to another for equality. More... | |
override bool | Equals (object obj) |
Compares this NetConnectionId to another for equality. More... | |
override int | GetHashCode () |
Get the hash code for this NetConnectionId. More... | |
Static Public Member Functions | |
static bool | operator!= (NetConnectionId a, NetConnectionId b) |
Compares two NetConnectionId instances for inequality. More... | |
static bool | operator== (NetConnectionId a, NetConnectionId b) |
Compares two NetConnectionId instances for equality. More... | |
Public Attributes | |
short | Group |
The group of the connection. More... | |
short | GroupIndex |
The index of the connection within the group. More... | |
Represents a network connection ID.
bool Equals | ( | NetConnectionId | other | ) |
Compares this NetConnectionId to another for equality.
override bool Equals | ( | object | obj | ) |
Compares this NetConnectionId to another for equality.
override int GetHashCode | ( | ) |
Get the hash code for this NetConnectionId.
|
static |
Compares two NetConnectionId instances for inequality.
|
static |
Compares two NetConnectionId instances for equality.
short Group |
The group of the connection.
short GroupIndex |
The index of the connection within the group.