NetworkElementConnection Equality Operator ElecNetKit Documentation
Tests for member-wise equality between a and 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 equal.
See Also