CngProvider.Equality(CngProvider, CngProvider) Оператор

Определение

Определяет, указывают ли два CngProvider объекта один и тот же поставщик хранилища ключей (KSP).

public:
 static bool operator ==(System::Security::Cryptography::CngProvider ^ left, System::Security::Cryptography::CngProvider ^ right);
public static bool operator ==(System.Security.Cryptography.CngProvider? left, System.Security.Cryptography.CngProvider? right);
public static bool operator ==(System.Security.Cryptography.CngProvider left, System.Security.Cryptography.CngProvider right);
static member ( = ) : System.Security.Cryptography.CngProvider * System.Security.Cryptography.CngProvider -> bool
Public Shared Operator == (left As CngProvider, right As CngProvider) As Boolean

Параметры

left
CngProvider

Объект, указывающий KSP.

right
CngProvider

Второй объект, который будет сравниваться с объектом, который определяется параметром left .

Возвращаемое значение

true Значение KSP, если два объекта представляют один и тот же KSP; falseв противном случае .

Применяется к