Update.Equals Methode

Definition

Überlädt

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

Parameter

other
Update

Gibt zurück

Boolean

Implementiert

Gilt für

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

Parameter

o
Object

Gibt zurück

Boolean

Gilt für