Returns left.Equals(right)
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- left
- Type: NetworkCommsDotNet ConnectionInfo
Left connectionInfo
- right
- Type: NetworkCommsDotNet ConnectionInfo
Right connectionInfo
Return Value
Type: BooleanTrue if both are equal, otherwise false
See Also