Sdílet prostřednictvím


ArmPlan.Equals(ArmPlan) Method

Definition

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

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

Parameters

other
ArmPlan

ArmPlan object to compare.

Returns

True if they are equals, otherwise false.

Implements

Applies to