WeightedTRecordEquals Method Naiad Help

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

Returns true if and only if this and the other object have equal records and weights.

Namespace: Microsoft.Research.Naiad.Frameworks.DifferentialDataflow
Assembly: Microsoft.Research.Naiad.DifferentialDataflow (in Microsoft.Research.Naiad.DifferentialDataflow.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public bool Equals(
	Weighted<TRecord> other
)

Parameters

other
Type: Microsoft.Research.Naiad.Frameworks.DifferentialDataflowWeightedTRecord
The other object.

Return Value

Type: Boolean
true if and only if this and the other object have equal records and weights.

Implements

IEquatableTEquals(T)
See Also

Reference