CngAlgorithm::Equals Method (CngAlgorithm^)

 

Compares the specified CngAlgorithm object to the current CngAlgorithm object.

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

public:
virtual bool Equals(
	CngAlgorithm^ other
) sealed

Parameters

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

An object to be compared to the current CngAlgorithm object.

Return Value

Type: System::Boolean

true if the other parameter specifies the same algorithm as the current object; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: