HashAlgorithmName.Equality(HashAlgorithmName, HashAlgorithmName) Operator

定義

指定した 2 つの HashAlgorithmName オブジェクトが等しいかどうかを判断します。

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

パラメーター

left
HashAlgorithmName

比較する最初のオブジェクト。

right
HashAlgorithmName

比較する 2 番目のオブジェクト。

返品

の両方が同じ値を持つ場合は a0/&。それ以外の場合は

注釈

Equalityメソッドは、HashAlgorithmName値の等値演算子の演算を定義します。

適用対象