QuickGraph


EquatableEdge<'TVertex>

Namespace: QuickGraph

An equatable edge implementation

Constructors

ConstructorDescription
new(source, target)
Signature: (source:'TVertex * target:'TVertex) -> unit

Instance members

Instance memberDescription
Equals(other)
Signature: other:EquatableEdge<'TVertex> -> bool
Modifiers: abstract
Equals(obj)
Signature: obj:obj -> bool
Modifiers: abstract
GetHashCode()
Signature: unit -> int
Modifiers: abstract
Fork me on GitHub