MLDsaAlgorithm.Equals 方法

定义

重载

名称 说明
Equals(Object)

确定指定的对象是否等于当前对象。

Equals(MLDsaAlgorithm)

比较两个 MLDsaAlgorithm 对象。

Equals(Object)

Source:
MLDsaAlgorithm.cs
Source:
MLDsaAlgorithm.cs
Source:
MLDsaAlgorithm.cs

确定指定的对象是否等于当前对象。

public:
 override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

参数

obj
Object

要与当前对象进行比较的对象。

返回

true 如果指定的对象等于当前对象,则为否则,为 false.

适用于

Equals(MLDsaAlgorithm)

Source:
MLDsaAlgorithm.cs
Source:
MLDsaAlgorithm.cs
Source:
MLDsaAlgorithm.cs

比较两个 MLDsaAlgorithm 对象。

public:
 virtual bool Equals(System::Security::Cryptography::MLDsaAlgorithm ^ other);
public bool Equals(System.Security.Cryptography.MLDsaAlgorithm? other);
override this.Equals : System.Security.Cryptography.MLDsaAlgorithm -> bool
Public Function Equals (other As MLDsaAlgorithm) As Boolean

参数

other
MLDsaAlgorithm

要与当前 MLDsaAlgorithm 对象进行比较的对象。

返回

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

实现

适用于