NetworkElementConnection MembersElecNetKit Documentation

The NetworkElementConnection type exposes the following members.
Constructors

  NameDescription
Public methodNetworkElementConnection
Creates a new NetworkElementConnection.
Back to Top
Methods

  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides OnlineValueType Equals(Object).)
Public methodEquals(NetworkElementConnection)
Compares between this and another NetworkElementConnection for member-wise equality.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides OnlineValueType GetHashCode .)
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides OnlineValueType ToString .)
Back to Top
Operators

  NameDescription
Public operatorStatic memberEquality
Tests for member-wise equality between a and b.
Public operatorStatic memberInequality
Tests for inequality between a and b. Defined as !(a == b).
Back to Top
Properties

  NameDescription
Public propertyElement
The NetworkElement that this structure represents a connection to.
Public propertyPhase
The phase of Element that this structure represents a connection to.
Back to Top
See Also