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::Inequality Operator (HashAlgorithmName, HashAlgorithmName)

 

Determines whether two specified HashAlgorithmName objects are not 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 do not have the same Name value; otherwise, false.

The Inequality method defines the operation of the inequality operator for HashAlgorithmName values.

.NET Framework
Available since 4.6
Return to top
Show:
© 2017 Microsoft