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
.NET Framework (current version)
Compares two CngProperty objects.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(CngProperty) | Compares the specified CngProperty object to the current CngProperty object. |
![]() | Equals(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.
Show:
