HashAlgorithmName.Inequality(HashAlgorithmName, HashAlgorithmName) 演算子

定義

指定した 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 番目のオブジェクト。

戻り値

leftright の両方に同じ Name 値が含まれていない場合には true、それ以外の場合は false

注釈

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

適用対象