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。