Class IGraph.
An adjacency in a IGraph structure to a vertex, consisting of a neighboring
Vertex
, connected to the first vertex via edge, identified by EdgeStart
and EdgeEnd
.
Inheritance
System.Object
IGraph.
Implements
System.IEquatable<IGraph.>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MoreStructures.Graphs
Assembly: MoreStructures.dll
Syntax
public class : IEquatable<IGraph.>
Implements
System.IEquatable<T>