TcpConnection.Equals Method
Namespace: Riptide.Transports.Tcp
Assembly: RiptideNetworking.dll
Overloads
Equals(object) | |
Equals(TcpConnection) |
Equals(object)
public override bool Equals(object obj)
Parameters
object | obj |
Returns
bool |
Overrides
Equals(TcpConnection)
public bool Equals(TcpConnection other)
Parameters
TcpConnection | other |
Returns
bool |