Share via


ArmSku.Equals(ArmSku) Method

Definition

Compares this ArmSku instance with another object and determines if they are equals.

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

Parameters

other
ArmSku

ArmSku object to compare.

Returns

True if they are equals, otherwise false.

Implements

Applies to