MLDsaAlgorithm.Equals 메서드

정의

오버로드

Name Description
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

현재 개체와 비교할 개체입니다.

반품

지정된 개체가 현재 개체와 같으면 이고, 그렇지 않으면 .

적용 대상

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 개체와 비교할 개체입니다.

반품

개체가 같은 것으로 간주되면

구현

적용 대상