다음을 통해 공유


Attachment.Equals 메서드

정의

오버로드

Equals(Attachment)
Equals(Object)

Equals(Attachment)

public bool Equals (Microsoft.Bot.Connector.Attachment other);
override this.Equals : Microsoft.Bot.Connector.Attachment -> bool
Public Function Equals (other As Attachment) As Boolean

매개 변수

other
Attachment

반환

구현

적용 대상

Equals(Object)

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

매개 변수

other
Object

반환

적용 대상