HashAlgorithmName.Inequality(HashAlgorithmName, HashAlgorithmName) 연산자

정의

지정된 두 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

비교할 두 번째 개체입니다.

반환

Boolean

leftrightName 값이 서로 다르면 true이고, 그렇지 않으면 false입니다.

설명

이 메서드는 Inequality 값에 대한 같지 않음 연산자의 연산을 HashAlgorithmName 정의합니다.

적용 대상