NetworkElementConnection Equals Method (Object)ElecNetKit Documentation
Indicates whether this instance and a specified object are equal.

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

public override bool Equals(
	Object obj
)

Return Value

true if obj and this instance are the same type and represent the same value; otherwise, false.
See Also