Update.Equals 方法

定义

重载

Equals(Update)
Equals(Object)

Equals(Update)

Indicates whether the current object is equal to another object of the same type.

public:
 virtual bool Equals(Microsoft::VisualStudio::RpcContracts::Commands::Update ^ other);
public bool Equals (Microsoft.VisualStudio.RpcContracts.Commands.Update other);
override this.Equals : Microsoft.VisualStudio.RpcContracts.Commands.Update -> bool
Public Function Equals (other As Update) As Boolean

参数

other
Update

返回

Boolean

实现

适用于

Equals(Object)

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

参数

o
Object

返回

Boolean

适用于