DataViewType.Equals(DataViewType) Método

Definición

Devuelve true si this es equivalente a other y false de lo contrario.

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

Parámetros

other
DataViewType

Otro DataViewType que se va a comparar con this.

Devoluciones

Implementaciones

Se aplica a