Partager via


ProtectedOperation.Equals Method

Definition

Overloads

Equals(ProtectedOperation)
Equals(Object)

Equals(ProtectedOperation)

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

public:
 virtual bool Equals(Microsoft::ServiceHub::Framework::Services::ProtectedOperation ^ other);
public virtual bool Equals (Microsoft.ServiceHub.Framework.Services.ProtectedOperation? other);
override this.Equals : Microsoft.ServiceHub.Framework.Services.ProtectedOperation -> bool
Public Overridable Function Equals (other As ProtectedOperation) As Boolean

Parameters

Returns

Implements

Applies to

Equals(Object)

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

Parameters

obj
Object

Returns

Applies to