CngProvider::Equals Method (CngProvider^)

 

Compares the specified CngProvider object to the current CngProvider object.

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

public:
virtual bool Equals(
	CngProvider^ other
) sealed

Parameters

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

An object to be compared to the current CngProvider object.

Return Value

Type: System::Boolean

true if the other parameter specifies the same key storage provider (KSP) as the current object; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: