CngProvider::Inequality Operator (CngProvider^, CngProvider^)

 

Determines whether two CngProvider objects do not represent the same key storage provider (KSP).

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

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

Parameters

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

An object that specifies a KSP.

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

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 represent the same KSP; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: