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 (Object^)
.NET Framework (current version)
Compares the specified object to the current CngProperty object.
Assembly: System.Core (in System.Core.dll)
Parameters
- obj
-
Type:
System::Object^
An object to be compared to the current CngProperty object.
Return Value
Type: System::Booleantrue if the obj parameter is a CngProperty object that specifies the same property as the current object; otherwise, false.
CngProperty objects are considered equal if their names, values, and options are equivalent. Name comparison is performed in a case-sensitive manner.
.NET Framework
Available since 3.5
Available since 3.5
Show: