HashAlgorithmName.Inequality(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 op_Inequality : 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 番目のオブジェクト。

返品

true leftrightの両方に同じName値がない場合はfalse

注釈

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

適用対象