MLKemAlgorithm.Equals 方法

定義

多載

名稱 Description
Equals(Object)

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

Equals(MLKemAlgorithm)

比較兩個 MLKemAlgorithm 物件。

Equals(Object)

來源:
MLKemAlgorithm.cs
來源:
MLKemAlgorithm.cs
來源:
MLKemAlgorithm.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(MLKemAlgorithm)

來源:
MLKemAlgorithm.cs
來源:
MLKemAlgorithm.cs
來源:
MLKemAlgorithm.cs

比較兩個 MLKemAlgorithm 物件。

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

參數

other
MLKemAlgorithm

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

傳回

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

實作

適用於