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 되는 개체와 비교할 두 번째 개체입니다.

반품

true두 개체가 동일한 알고리즘 이름을 지정하지 않으면 이고, 그렇지 않으면 . false

적용 대상