CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operator

Definition

Avgör om två CngKeyBlobFormat objekt anger samma blob-nyckelformat.

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

Parametrar

left
CngKeyBlobFormat

Ett objekt som anger ett blob-nyckelformat.

right
CngKeyBlobFormat

Ett andra objekt som ska jämföras med det objekt som identifieras av parametern left .

Returer

trueom de två objekten anger samma blob-nyckelformat; annars . false

Gäller för