Click or drag to resize

ConnectionInfoInequality Operator

Namespace:  NetworkCommsDotNet
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool operator !=(
	ConnectionInfo left,
	ConnectionInfo right
)

Parameters

left
Type: NetworkCommsDotNetConnectionInfo
right
Type: NetworkCommsDotNetConnectionInfo

Return Value

Type: Boolean
See Also