[This is preliminary documentation and is subject to change.]
Returns true if this edge and the other node have the same source and target.
Namespace: Microsoft.Research.Naiad.Frameworks.GraphLINQ
Assembly: Microsoft.Research.Naiad.GraphLINQ (in Microsoft.Research.Naiad.GraphLINQ.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public bool Equals( Edge other )
Parameters
- other
- Type: Microsoft.Research.Naiad.Frameworks.GraphLINQEdge
The other edge.
Return Value
Type: Booleantrue if this edge and the other node have the same source and target.
Implements
IEquatableTEquals(T)See Also