DbExpression.Equals(Object) Method

Definition

Determines whether the specified Object is equal to the current DbExpression instance.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare to the current DbExpression.

Returns

True if the specified Object is equal to the current DbExpression instance; otherwise, false.

Attributes

Applies to