CngKeyBlobFormat.Equality(CngKeyBlobFormat, CngKeyBlobFormat) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.