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