CompositeMLDsaAlgorithm.Equality Operator

定義

2 つの CompositeMLDsaAlgorithm オブジェクトが同じアルゴリズム名を指定するかどうかを決定します。

public:
 static bool operator ==(System::Security::Cryptography::CompositeMLDsaAlgorithm ^ left, System::Security::Cryptography::CompositeMLDsaAlgorithm ^ right);
public static bool operator ==(System.Security.Cryptography.CompositeMLDsaAlgorithm? left, System.Security.Cryptography.CompositeMLDsaAlgorithm? right);
static member ( = ) : System.Security.Cryptography.CompositeMLDsaAlgorithm * System.Security.Cryptography.CompositeMLDsaAlgorithm -> bool
Public Shared Operator == (left As CompositeMLDsaAlgorithm, right As CompositeMLDsaAlgorithm) As Boolean

パラメーター

left
CompositeMLDsaAlgorithm

アルゴリズム名を指定するオブジェクト。

right
CompositeMLDsaAlgorithm

2 番目のオブジェクト。 left パラメーターによって識別されるオブジェクトと比較されます。

返品

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

適用対象