Share via


MySqlStorageAutogrow.Equals(MySqlStorageAutogrow) Method

Definition

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

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

Parameters

other
MySqlStorageAutogrow

An object to compare with this object.

Returns

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

Implements

Applies to