Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CngKeyBlobFormat::Equality Operator (CngKeyBlobFormat^, CngKeyBlobFormat^)

 

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

Namespace:   System.Security.Cryptography
Assembly:  System.Core (in System.Core.dll)

public:
static bool operator ==(
	CngKeyBlobFormat^ left,
	CngKeyBlobFormat^ right
)

Parameters

left
Type: System.Security.Cryptography::CngKeyBlobFormat^

An object that specifies a key BLOB format.

right
Type: System.Security.Cryptography::CngKeyBlobFormat^

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

Return Value

Type: System::Boolean

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

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft