DataViewTypeAttribute.Equals(DataViewTypeAttribute) 方法

定義

如果 this 等於 otherfalse 則傳回 ,否則傳回 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

傳回

實作

適用於