NetworkElementConnection Equals Method (NetworkElementConnection)ElecNetKit Documentation
Compares between this and another NetworkElementConnection for member-wise equality.

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

public bool Equals(
	NetworkElementConnection obj
)

Return Value

true if the two elements are equal.
See Also