PropertyUpdate.Equals Method

Definition

Overloads

Equals(Object)
Equals(PropertyUpdate)

Equals(Object)

Indicates whether this instance and a specified object are equal.

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

Parameters

o
Object

Returns

Applies to

Equals(PropertyUpdate)

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

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

Parameters

Returns

Implements

Applies to