KeyDataViewType.Equals 方法

定义

重载

Equals(DataViewType)

确定此 KeyDataViewType 对象是否等于另一个 DataViewType 实例。 检查其他项的类型 KeyDataViewType,如果 RawType 相同,是否 Count 相同。

Equals(Object)

确定某个 KeyDataViewType 实例是否等于另一个 KeyDataViewType 实例。 检查任何对象是否为类型 KeyDataViewType,如果 RawType 相同,以及该对象是否 Count 相同。

Equals(DataViewType)

Source:
KeyDataViewType.cs
Source:
KeyDataViewType.cs
Source:
KeyDataViewType.cs

确定此 KeyDataViewType 对象是否等于另一个 DataViewType 实例。 检查其他项的类型 KeyDataViewType,如果 RawType 相同,是否 Count 相同。

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

参数

other
DataViewType

要与之进行比较的另一个对象。

返回

true 如果两个对象相等,则为 ;否则为 false

适用于

Equals(Object)

Source:
KeyDataViewType.cs
Source:
KeyDataViewType.cs
Source:
KeyDataViewType.cs

确定某个 KeyDataViewType 实例是否等于另一个 KeyDataViewType 实例。 检查任何对象是否为类型 KeyDataViewType,如果 RawType 相同,以及该对象是否 Count 相同。

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

参数

other
Object

要与之进行比较的另一个对象。

返回

true 如果两个对象相等,则为 ;否则为 false

适用于