CngAlgorithm.Equals 메서드

정의

두 개의 CngAlgorithm 개체를 비교합니다.

오버로드

Equals(CngAlgorithm)

지정된 CngAlgorithm 개체를 현재 CngAlgorithm 개체와 비교합니다.

Equals(Object)

지정된 개체를 현재 CngAlgorithm 개체와 비교합니다.

Equals(CngAlgorithm)

지정된 CngAlgorithm 개체를 현재 CngAlgorithm 개체와 비교합니다.

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

매개 변수

other
CngAlgorithm

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

반환

Boolean

other 매개 변수가 현재 개체와 같은 알고리즘을 지정하면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상

Equals(Object)

지정된 개체를 현재 CngAlgorithm 개체와 비교합니다.

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

매개 변수

obj
Object

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

반환

Boolean

obj 매개 변수가 현재 개체와 같은 알고리즘을 지정하는 CngAlgorithm이면 true이고, 그렇지 않으면 false입니다.

적용 대상