UInt128.Equals 方法

定義

多載

Equals(UInt128)

指出目前的物件是否等於另一個相同類型的物件。

Equals(Object)

判斷指定的物件是否等於目前的物件。

Equals(UInt128)

來源:
UInt128.cs
來源:
UInt128.cs
來源:
UInt128.cs

指出目前的物件是否等於另一個相同類型的物件。

public:
 virtual bool Equals(UInt128 other);
public bool Equals (UInt128 other);
override this.Equals : UInt128 -> bool
Public Function Equals (other As UInt128) As Boolean

參數

other
UInt128

要與此物件進行比較的物件。

傳回

若目前的物件等於 true 參數,則為 other,否則即為 false

實作

適用於

Equals(Object)

來源:
UInt128.cs
來源:
UInt128.cs
來源:
UInt128.cs

判斷指定的物件是否等於目前的物件。

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

參數

obj
Object

要與目前物件比較的物件。

傳回

如果指定的物件等於目前的物件,則為 true;否則為 false

適用於