CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operator

Definition

Determines whether two CngKeyBlobFormat objects specify the same key BLOB format.

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

Parameters

left
CngKeyBlobFormat

An object that specifies a key BLOB format.

right
CngKeyBlobFormat

A second object, to be compared to the object identified by the left parameter.

Returns

true if the two objects specify the same key BLOB format; otherwise, false.

Applies to