Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
static bool operator ==(
	HashAlgorithmName left,
	HashAlgorithmName right
)

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::Boolean

true 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
Return to top
Show:
© 2017 Microsoft