Aracılığıyla paylaş


KeyDataViewType.Equals Yöntem

Tanım

Aşırı Yüklemeler

Equals(DataViewType)

Bu KeyDataViewType nesnenin başka bir DataViewType örneğe eşit olup olmadığını belirleyin. Diğer öğenin türü KeyDataViewTypeolup olmadığını, aynı olup olmadığını RawType ve aynı olup olmadığını Count denetler.

Equals(Object)

Örneğin başka KeyDataViewType bir KeyDataViewType örneğe eşit olup olmadığını belirleyin. Herhangi bir nesnenin KeyDataViewTypetürü olup olmadığını, aynı olup olmadığını RawType ve aynı olup olmadığını Count denetler.

Equals(DataViewType)

Bu KeyDataViewType nesnenin başka bir DataViewType örneğe eşit olup olmadığını belirleyin. Diğer öğenin türü KeyDataViewTypeolup olmadığını, aynı olup olmadığını RawType ve aynı olup olmadığını Count denetler.

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

Parametreler

other
DataViewType

Karşılaştıracak diğer nesne.

Döndürülenler

true her iki nesne de eşitse, değilse false.

Şunlara uygulanır

Equals(Object)

Örneğin başka KeyDataViewType bir KeyDataViewType örneğe eşit olup olmadığını belirleyin. Herhangi bir nesnenin KeyDataViewTypetürü olup olmadığını, aynı olup olmadığını RawType ve aynı olup olmadığını Count denetler.

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

Parametreler

other
Object

Karşılaştıracak diğer nesne.

Döndürülenler

true her iki nesne de eşitse, değilse false.

Şunlara uygulanır