DataViewType.Equals(DataViewType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.