VectorDataViewType.Equals 方法

定義

多載

Equals(DataViewType)
Equals(Object)

Equals(DataViewType)

public override bool Equals (Microsoft.ML.Data.DataViewType other);
override this.Equals : Microsoft.ML.Data.DataViewType -> bool
Public Overrides Function Equals (other As DataViewType) As Boolean

參數

other
DataViewType

傳回

適用於

Equals(Object)

public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean

參數

other
Object

傳回

適用於