DataViewTypeAttribute.Equals(DataViewTypeAttribute) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 this
等於 other
, false
則傳回 ,否則傳回 true
。
public abstract bool Equals (Microsoft.ML.Data.DataViewTypeAttribute other);
override this.Equals : Microsoft.ML.Data.DataViewTypeAttribute -> bool
Public MustOverride Function Equals (other As DataViewTypeAttribute) As Boolean
參數
- other
- DataViewTypeAttribute
要與 this
比較的另一個 DataViewTypeAttribute 。