STaggedEquatableEdge<'TVertex, 'TTag>
Namespace: QuickGraph
A tagged edge as value type.
Constructors
Constructor | Description |
new(source, target, tag)
Signature: (source:'TVertex * target:'TVertex * tag:'TTag) -> unit
|
Instance members
Instance member | Description |
Equals(other)
Signature: other:STaggedEquatableEdge<'TVertex,'TTag> -> bool
Modifiers: abstract |
Indicates whether the current object is equal to another object of the same type. |
Equals(obj)
Signature: obj:obj -> bool
Modifiers: abstract |
Indicates whether this instance and a specified object are equal. |
GetHashCode()
Signature: unit -> int
Modifiers: abstract |
Returns the hash code for this instance. |
Source
Signature: 'TVertex
Modifiers: abstract |
|
Tag()
Signature: unit -> unit
Modifiers: abstract |
|
TagChanged
Signature: IEvent<EventHandler,EventArgs>
Modifiers: abstract |
|
Target
Signature: 'TVertex
Modifiers: abstract |
|
ToString()
Signature: unit -> string
Modifiers: abstract |
Returns a that represents the current . |