CorrelationQuery.Equals(Object) Method

Definition

Determines whether the current CorrelationQuery is equal to the specified object.

C#
public override bool Equals(object other);

Parameters

other
Object

The object to compare.

Returns

true if the current CorrelationQuery is equal to the specified object; otherwise, false.

Remarks

CorrelationQuery instances are considered equal if their Where clauses are equal.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1