共用方式為


KeyDataViewType.Equals 方法

定義

多載

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 為 。

適用於