NIndex.Equals 方法

定義

多載

Equals(NIndex)

指出目前的 NIndex 物件是否等於另一個 NIndex 物件。

Equals(Object)

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

Equals(NIndex)

來源:
NIndex.cs

指出目前的 NIndex 物件是否等於另一個 NIndex 物件。

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

參數

other
NIndex

要與這個對象比較的物件

傳回

實作

適用於

Equals(Object)

來源:
NIndex.cs

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

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

參數

value
Object

要與這個對象比較的物件

傳回

適用於