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.

CngProperty::Equals Method

 

Compares two CngProperty objects.

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

NameDescription
System_CAPS_pubmethodEquals(CngProperty)

Compares the specified CngProperty object to the current CngProperty object.

System_CAPS_pubmethodEquals(Object^)

Compares the specified object to the current CngProperty object.(Overrides ValueType::Equals(Object^).)

CngProperty objects are considered equal if their names, values, and options are equivalent. Name comparison is performed in a case-sensitive manner.

Return to top
Show:
© 2017 Microsoft