MLDsaAlgorithm.Equals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| Equals(Object) |
判斷指定的物件是否等於目前的物件。 |
| Equals(MLDsaAlgorithm) |
比較兩個 MLDsaAlgorithm 物件。 |
Equals(Object)
判斷指定的物件是否等於目前的物件。
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 物件。
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