Struct RGraphEx.EdgeKey
Implements
IEquatable<RGraphEx.EdgeKey>
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: PLATEAU.RoadNetwork.Graph
Assembly: cs.temp.dll.dll
Syntax
public readonly struct EdgeKey
Constructors
EdgeKey(RVertex, RVertex)
Declaration
public EdgeKey(RVertex v0, RVertex v1)
Parameters
| Type | Name | Description |
|---|---|---|
| RVertex | v0 | |
| RVertex | v1 |
Properties
V0
Declaration
public readonly RVertex V0 { get; }
Property Value
| Type | Description |
|---|---|
| RVertex |
V1
Declaration
public readonly RVertex V1 { get; }
Property Value
| Type | Description |
|---|---|
| RVertex |
Methods
Equals(RGraphEx.EdgeKey)
Declaration
public readonly bool Equals(RGraphEx.EdgeKey other)
Parameters
| Type | Name | Description |
|---|---|---|
| RGraphEx.EdgeKey | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |
GetHashCode()
Declaration
public override readonly int GetHashCode()
Returns
| Type | Description |
|---|---|
| System.Int32 |
Overrides
System.ValueType.GetHashCode()
Implements
IEquatable<>