MLDsaAlgorithm.Equals メソッド

定義

オーバーロード

名前 説明
Equals(Object)

指定したオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

Equals(MLDsaAlgorithm)

2 つの 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

2 つの 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

実装

適用対象