Click or drag to resize
TcpNetworkClientEquals Method
Tests if this TcpNetworkClient is considered equal to another.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool Equals(
	TcpNetworkClient obj
)

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