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它进行比较。

返回

实现

适用于