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.
CngProvider::Equals Method (Object^)
.NET Framework (current version)
Compares the specified object to the current CngProvider object.
Assembly: System.Core (in System.Core.dll)
Parameters
- obj
-
Type:
System::Object^
An object to be compared to the current CngProvider object.
Return Value
Type: System::Booleantrue if the obj parameter is a CngProvider that specifies the same key storage provider(KSP) as the current object; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: