CngAlgorithmGroup.Equality(CngAlgorithmGroup, CngAlgorithmGroup) 연산자

정의

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

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

매개 변수

left
CngAlgorithmGroup

알고리즘 그룹을 지정하는 개체입니다.

right
CngAlgorithmGroup

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

반환

Boolean

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

적용 대상