ResourceIdentifier.Equals(ResourceIdentifier) Method

Definition

Determine if this resource identifier is equivalent to the given resource identifier.

public bool Equals (Azure.Core.ResourceIdentifier? other);
override this.Equals : Azure.Core.ResourceIdentifier -> bool
Public Function Equals (other As ResourceIdentifier) As Boolean

Parameters

other
ResourceIdentifier

The resource identifier to compare to.

Returns

True if the resource identifiers are equivalent, otherwise false.

Implements

Applies to