RuleExpressionCondition.Equals(Object) 方法

定义

确定两个对象实例是否相等。Determines whether two object instances are equal.

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

参数

obj
Object

要与当前对象进行比较的 ObjectThe Object to compare with the current object.

返回

Boolean

如果对象实例相等,则为 true;否则为 falsetrue if the object instances are equal; otherwise, false.

适用于