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.
HashAlgorithmName::Equality Operator (HashAlgorithmName, HashAlgorithmName)
Determines whether two specified HashAlgorithmName objects are equal.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- left
-
Type:
System.Security.Cryptography::HashAlgorithmName
The first object to compare.
- right
-
Type:
System.Security.Cryptography::HashAlgorithmName
The second object to compare.
Return Value
Type: System::Booleantrue if both left and right have the same Name value; otherwise, false.
The Equality method defines the operation of the equality operator for HashAlgorithmName values.
.NET Framework
Available since 4.6
Available since 4.6
Show: