Share via


HttpRange.Equals(HttpRange) Method

Definition

Check if two HttpRange instances are equal.

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

Parameters

other
HttpRange

The instance to compare to.

Returns

True if they're equal, false otherwise.

Implements

Applies to