Equals

BehaviorProperty.Equals 方法

检查此对象是否等于另一个对象。

public override bool Equals(object obj)
参数类型描述
objObject要比较的对象。

返回值

如果对象相等,则为 True。

另见