Share via


ServerMonitorMode.Equals(ServerMonitorMode) Method

Definition

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

public bool Equals (Azure.ResourceManager.Analysis.Models.ServerMonitorMode other);
override this.Equals : Azure.ResourceManager.Analysis.Models.ServerMonitorMode -> bool
Public Function Equals (other As ServerMonitorMode) As Boolean

Parameters

other
ServerMonitorMode

An object to compare with this object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

Implements

Applies to