DataViewType.Equals(DataViewType) Method

Definition

Return true if this is equivalent to other and false otherwise.

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

Parameters

other
DataViewType

Another DataViewType to be compared with this.

Returns

Implements

Applies to