DataViewType.Equals(DataViewType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 this
等於 other
, false
則傳回 ,否則傳回 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
比較的 。