MLKemAlgorithm.Inequality(MLKemAlgorithm, MLKemAlgorithm) 操作员

定义

确定两个 MLKemAlgorithm 对象是否未指定相同的算法名称。

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

参数

left
MLKemAlgorithm

一个指定算法名称的对象。

right
MLKemAlgorithm

要与参数标识 left 的对象进行比较的第二个对象。

返回

true 如果对象不被视为相等,则为 ;否则,为 false.

适用于