Rule.Equals(Object) 方法
定义
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
要与当前对象进行比较的对象。The object to compare the current object to.
返回
如果当前对象和 true 相同,则为 obj;否则为 false。true if the current object and obj are the same; otherwise, false.