TcpNetworkClientEquals Method |
Tests if this TcpNetworkClient is considered equal to another.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public bool Equals(
TcpNetworkClient obj
)
Public Function Equals (
obj As TcpNetworkClient
) As Boolean
public:
bool Equals(
TcpNetworkClient^ obj
)
member Equals :
obj : TcpNetworkClient -> bool
Parameters
- obj
- Type: StreamCoders.NetworkTcpNetworkClient
The tcp network client to compare to this instance.
Return Value
Type:
Boolean
true if the objects are considered equal, false if they are not.
See Also