DataViewType.Equals(DataViewType) メソッド

定義

truethisと等しい場合はotherを返し、それ以外の場合はfalse返します。

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

返品

実装

適用対象