MLDsaAlgorithm.Equality(MLDsaAlgorithm, MLDsaAlgorithm) 操作员
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定两个 MLDsaAlgorithm 对象是否指定相同的算法名称。
public:
static bool operator ==(System::Security::Cryptography::MLDsaAlgorithm ^ left, System::Security::Cryptography::MLDsaAlgorithm ^ right);
public static bool operator ==(System.Security.Cryptography.MLDsaAlgorithm? left, System.Security.Cryptography.MLDsaAlgorithm? right);
static member ( = ) : System.Security.Cryptography.MLDsaAlgorithm * System.Security.Cryptography.MLDsaAlgorithm -> bool
Public Shared Operator == (left As MLDsaAlgorithm, right As MLDsaAlgorithm) As Boolean
参数
- left
- MLDsaAlgorithm
一个指定算法名称的对象。
- right
- MLDsaAlgorithm
要与参数标识 left 的对象进行比较的第二个对象。
返回
true 如果对象被视为相等,则为 ;否则,为 false.