Share via


LcmConfigurationMode.Equals(LcmConfigurationMode) Method

Definition

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

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

Parameters

other
LcmConfigurationMode

An object to compare with this object.

Returns

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

Implements

Applies to