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