[This is preliminary documentation and is subject to change.]
Returns true if and only if each vertex in this placement has the same location as the vertex
with the same ID in the other placement, and vice versa.
Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public abstract bool Equals( Placement other )
Parameters
- other
- Type: Microsoft.Research.Naiad.DataflowPlacement
The other placement.
Return Value
Type: Booleantrue if and only if each vertex in this placement has the same location as the vertex with the same ID in the other placement, and vice versa.
Implements
IEquatableTEquals(T)See Also