MLKemAlgorithm.Equality(MLKemAlgorithm, MLKemAlgorithm) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つの MLKemAlgorithm オブジェクトが同じアルゴリズム名を指定するかどうかを決定します。
public:
static bool operator ==(System::Security::Cryptography::MLKemAlgorithm ^ left, System::Security::Cryptography::MLKemAlgorithm ^ right);
public static bool operator ==(System.Security.Cryptography.MLKemAlgorithm? left, System.Security.Cryptography.MLKemAlgorithm? right);
static member ( = ) : System.Security.Cryptography.MLKemAlgorithm * System.Security.Cryptography.MLKemAlgorithm -> bool
Public Shared Operator == (left As MLKemAlgorithm, right As MLKemAlgorithm) As Boolean
パラメーター
- left
- MLKemAlgorithm
アルゴリズム名を指定するオブジェクト。
- right
- MLKemAlgorithm
2 番目のオブジェクト。 left パラメーターによって識別されるオブジェクトと比較されます。
返品
true オブジェクトが等しいと見なされる場合。それ以外の場合は false。