CngKeyBlobFormat.Inequality(CngKeyBlobFormat, CngKeyBlobFormat) 연산자

정의

CngKeyBlobFormat 개체가 동일한 키 BLOB 형식을 지정하지 않는지 여부를 결정합니다.

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

매개 변수

left
CngKeyBlobFormat

키 BLOB 형식을 지정하는 개체입니다.

right
CngKeyBlobFormat

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

반품

true두 개체가 동일한 키 BLOB 형식을 지정하지 않는 경우 그렇지 않으면 . false

적용 대상