CompositeMLDsaAlgorithm.Equals メソッド

定義

オーバーロード

名前 説明
Equals(Object)

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

Equals(CompositeMLDsaAlgorithm)

2 つの CompositeMLDsaAlgorithm オブジェクトを比較します。

Equals(Object)

ソース:
CompositeMLDsaAlgorithm.cs
ソース:
CompositeMLDsaAlgorithm.cs
ソース:
CompositeMLDsaAlgorithm.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(CompositeMLDsaAlgorithm)

ソース:
CompositeMLDsaAlgorithm.cs
ソース:
CompositeMLDsaAlgorithm.cs
ソース:
CompositeMLDsaAlgorithm.cs

2 つの CompositeMLDsaAlgorithm オブジェクトを比較します。

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

パラメーター

other
CompositeMLDsaAlgorithm

現在の CompositeMLDsaAlgorithm オブジェクトと比較するオブジェクト。

返品

true オブジェクトが等しいと見なされる場合。それ以外の場合は false

実装

適用対象