MLDsaAlgorithm.Equals 方法

定義

多載

名稱 Description
Equals(Object)

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

Equals(MLDsaAlgorithm)

比較兩個 MLDsaAlgorithm 物件。

Equals(Object)

來源:
MLDsaAlgorithm.cs
來源:
MLDsaAlgorithm.cs
來源:
MLDsaAlgorithm.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

適用於

Equals(MLDsaAlgorithm)

來源:
MLDsaAlgorithm.cs
來源:
MLDsaAlgorithm.cs
來源:
MLDsaAlgorithm.cs

比較兩個 MLDsaAlgorithm 物件。

public:
 virtual bool Equals(System::Security::Cryptography::MLDsaAlgorithm ^ other);
public bool Equals(System.Security.Cryptography.MLDsaAlgorithm? other);
override this.Equals : System.Security.Cryptography.MLDsaAlgorithm -> bool
Public Function Equals (other As MLDsaAlgorithm) As Boolean

參數

other
MLDsaAlgorithm

一個要與當前 MLDsaAlgorithm 物件比較的物件。

傳回

true若物體被視為相等;否則,。 false

實作

適用於