DataViewType.Equals(DataViewType) 方法

定義

如果 this 等於 otherfalse 則傳回 ,否則傳回 true

public abstract bool Equals (Microsoft.ML.Data.DataViewType other);
override this.Equals : Microsoft.ML.Data.DataViewType -> bool
Public MustOverride Function Equals (other As DataViewType) As Boolean

參數

other
DataViewType

另一個 DataViewType 要與 this 比較的 。

傳回

實作

適用於