[This is preliminary documentation and is subject to change.]
Test equality with another SingleVertexPlacement
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 override bool Equals( Placement that )
Parameters
- that
- Type: Microsoft.Research.Naiad.DataflowPlacement
placement to compare to
Return Value
Type: Booleantrue if the placements are equal
Implements
IEquatableTEquals(T)See Also