通过


CorrelationQuery.Equals(Object) 方法

定义

确定当前 CorrelationQuery 是否等于指定的对象。

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

参数

other
Object

要比较的对象。

返回

如果当前 对象等于指定对象,则为 。

注解

CorrelationQuery 如果 Where 实例子句相等,则视为相等。

适用于