NetworkElementConnection Inequality Operator ElecNetKit Documentation
Tests for inequality between a and b. Defined as !(a == b).

Namespace: ElecNetKit.NetworkModelling
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public static bool operator !=(
	NetworkElementConnection a,
	NetworkElementConnection b
)

Return Value

true if the two NetworkElementConnections are not equal.
See Also