QueryElement.Equals(Object) Method

Definition

Returns a value that indicates whether the provided object is equal to this query element.

public:
 override bool Equals(System::Object ^ other);
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

Parameters

other
Object

An Object that can be cast as a QueryElement.

Returns

true if the objects are equal; otherwise, false.

Applies to