CngAlgorithm.Equals 메서드

정의

CngAlgorithm 개체를 비교합니다.

오버로드

Name Description
Equals(Object)

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

Equals(CngAlgorithm)

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

Equals(Object)

Source:
CngAlgorithm.cs
Source:
CngAlgorithm.cs
Source:
CngAlgorithm.cs
Source:
CngAlgorithm.cs
Source:
CngAlgorithm.cs

지정된 개체를 현재 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 개체와 비교할 개체입니다.

반품

true 매개 변수가 obj 현재 개체와 CngAlgorithm 동일한 알고리즘을 지정하는 매개 변수이면 ,이고, false그렇지 않으면 .

적용 대상

Equals(CngAlgorithm)

Source:
CngAlgorithm.cs
Source:
CngAlgorithm.cs
Source:
CngAlgorithm.cs
Source:
CngAlgorithm.cs
Source:
CngAlgorithm.cs

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

반품

true 매개 변수가 other 현재 개체와 동일한 알고리즘을 지정하면 되며, false그렇지 않으면 .

구현

적용 대상