DataViewTypeAttribute.Equals(DataViewTypeAttribute) Method

Definition

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

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

Parameters

other
DataViewTypeAttribute

Another DataViewTypeAttribute to be compared with this.

Returns

Implements

Applies to