Click or drag to resize

HashAlgorithmNameInequality Operator

Determines whether two specified HashAlgorithmName objects are not equal.

Namespace:  ASDSoft.WebSigner
Assembly:  ASDSoft.WebSigner (in ASDSoft.WebSigner.dll) Version: 2.5.0
Syntax
C#
public static bool operator !=(
	HashAlgorithmName left,
	HashAlgorithmName right
)

Parameters

left
Type: ASDSoft.WebSignerHashAlgorithmName
The first object to compare.
right
Type: ASDSoft.WebSignerHashAlgorithmName
The second object to compare.

Return Value

Type: Boolean
if both left and right do not have the same Name value; otherwise, .
See Also