다음을 통해 공유


AssemblyPart.Equals 메서드

정의

오버로드

Equals(AssemblyPart)

이 인스턴스가 제공된 인스턴스와 같으면 를 반환하고, false 그렇지 않으면 를 반환 true 합니다.

Equals(IApplicationPart)
Equals(Object)

Equals(AssemblyPart)

Source:
AssemblyPart.cs

이 인스턴스가 제공된 인스턴스와 같으면 를 반환하고, false 그렇지 않으면 를 반환 true 합니다.

protected bool Equals (Orleans.ApplicationParts.AssemblyPart other);
override this.Equals : Orleans.ApplicationParts.AssemblyPart -> bool
Protected Function Equals (other As AssemblyPart) As Boolean

매개 변수

other
AssemblyPart

다른 인스턴스/

반환

true 이 인스턴스가 제공된 인스턴스와 같으면 이고, false 그렇지 않으면 입니다.

적용 대상

Equals(IApplicationPart)

Source:
AssemblyPart.cs

현재 개체가 동일한 형식의 다른 개체와 같은지 여부를 나타냅니다.

public bool Equals (Orleans.ApplicationParts.IApplicationPart other);
override this.Equals : Orleans.ApplicationParts.IApplicationPart -> bool
Public Function Equals (other As IApplicationPart) As Boolean

매개 변수

반환

구현

적용 대상

Equals(Object)

Source:
AssemblyPart.cs

지정된 개체가 현재 개체와 같은지 확인합니다.

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

매개 변수

obj
Object

반환

적용 대상