MySqlFlexibleServerMaintenanceType.Equals Method

Definition

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

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

Parameters

other
MySqlFlexibleServerMaintenanceType

An object to compare with this object.

Returns

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

Implements

Applies to