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: