CngAlgorithmGroup::Inequality Operator (CngAlgorithmGroup^, CngAlgorithmGroup^)

 

Determines whether two CngAlgorithmGroup objects do not specify the same algorithm group.

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

public:
static bool operator !=(
	CngAlgorithmGroup^ left,
	CngAlgorithmGroup^ right
)

Parameters

left
Type: System.Security.Cryptography::CngAlgorithmGroup^

An object that specifies an algorithm group.

right
Type: System.Security.Cryptography::CngAlgorithmGroup^

A second object, to be compared to the object that is identified by the left parameter.

Return Value

Type: System::Boolean

true if the two objects do not specify the same algorithm group; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: