KeyDataViewType.Equals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Equals(DataViewType) |
判斷這個 KeyDataViewType 物件是否等於另一個 DataViewType 實例。 檢查其他專案是否為 的 KeyDataViewType 型別,如果 RawType 相同,則為 ,以及 是否 Count 相同。 |
Equals(Object) |
判斷實例是否 KeyDataViewType 等於另一個 KeyDataViewType 實例。 檢查任何物件是否為 的 KeyDataViewType 型別,如果 RawType 相同,則為 ,以及 是否 Count 相同。 |
Equals(DataViewType)
判斷這個 KeyDataViewType 物件是否等於另一個 DataViewType 實例。 檢查其他專案是否為 的 KeyDataViewType 型別,如果 RawType 相同,則為 ,以及 是否 Count 相同。
public override bool Equals (Microsoft.ML.Data.DataViewType other);
override this.Equals : Microsoft.ML.Data.DataViewType -> bool
Public Overrides Function Equals (other As DataViewType) As Boolean
參數
- other
- DataViewType
要比較的另一個 物件。
傳回
true
如果兩個物件相等,則為 ,否則 false
為 。
適用於
Equals(Object)
判斷實例是否 KeyDataViewType 等於另一個 KeyDataViewType 實例。 檢查任何物件是否為 的 KeyDataViewType 型別,如果 RawType 相同,則為 ,以及 是否 Count 相同。
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean
參數
- other
- Object
要比較的另一個 物件。
傳回
true
如果兩個物件相等,則為 ,否則 false
為 。