NodeEquals Method Naiad Help

[This is preliminary documentation and is subject to change.]

Returns true if this node and the other node have the same index.

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(
	Node other
)

Parameters

other
Type: Microsoft.Research.Naiad.Frameworks.GraphLINQNode
The other node.

Return Value

Type: Boolean
true if and only if the nodes have the same index.

Implements

IEquatableTEquals(T)
See Also

Reference