IndexAttribute.Equals 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
Equals(IndexAttribute) |
如果此属性指定与给定属性相同的名称和配置,则返回 true。 |
Equals(Object) |
如果此属性指定与给定属性相同的名称和配置,则返回 true。 |
Equals(IndexAttribute)
如果此属性指定与给定属性相同的名称和配置,则返回 true。
protected virtual bool Equals (System.ComponentModel.DataAnnotations.Schema.IndexAttribute other);
override this.Equals : System.ComponentModel.DataAnnotations.Schema.IndexAttribute -> bool
Protected Overridable Function Equals (other As IndexAttribute) As Boolean
参数
- other
- IndexAttribute
要比较的属性。
返回
如果另一个对象等于此对象,则为 True;否则为 false。