The NetworkElementConnection type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| NetworkElementConnection |
Creates a new NetworkElementConnection.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. (Overrides | |
| Equals(NetworkElementConnection) |
Compares between this and another NetworkElementConnection for member-wise equality.
| |
| GetHashCode | Returns the hash code for this instance. (Overrides | |
| ToString | Returns the fully qualified type name of this instance. (Overrides |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Tests for member-wise equality between a and b.
| |
| Inequality |
Tests for inequality between a and b.
Defined as !(a == b).
|
Properties
| Name | Description | |
|---|---|---|
| Element |
The NetworkElement that this structure represents a connection to.
| |
| Phase |
The phase of Element that this structure represents a connection to.
|
See Also