CngKeyBlobFormat.Equality(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 ( = ) : 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 매개 변수로 식별되는 개체와 비교할 두 번째 개체입니다.

반환

Boolean

두 개체가 같은 키 BLOB 형식을 지정하면 true이고, 그렇지 않으면 false입니다.

적용 대상