CngAlgorithm.Inequality(CngAlgorithm, CngAlgorithm) 연산자

정의

CngAlgorithm 개체가 같은 알고리즘을 지정하지 않는지 확인합니다.

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

매개 변수

left
CngAlgorithm

알고리즘 이름을 지정하는 개체입니다.

right
CngAlgorithm

left 매개 변수로 식별되는 개체와 비교할 두 번째 개체입니다.

반환

Boolean

두 개체가 같은 알고리즘 이름을 지정하지 않으면 true이고, 그렇지 않으면 false입니다.

적용 대상