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

返回

适用于