CngProvider.Equality(CngProvider, CngProvider) 연산자

정의

CngProvider 개체가 같은 KSP(키 스토리지 공급자)를 지정하는지 확인합니다.

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

매개 변수

left
CngProvider

KSP를 지정하는 개체입니다.

right
CngProvider

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

반환

Boolean

두 개체가 같은 KSP를 나타내면 true이고, 그렇지 않으면 false입니다.

적용 대상