Share via


ODataPath.CompareTo(ODataPath) Method

Definition

Compare between two ODataPath using its path item name.

public int CompareTo(Microsoft.OpenApi.OData.Edm.ODataPath other);
abstract member CompareTo : Microsoft.OpenApi.OData.Edm.ODataPath -> int
override this.CompareTo : Microsoft.OpenApi.OData.Edm.ODataPath -> int
Public Function CompareTo (other As ODataPath) As Integer

Parameters

other
ODataPath

The compare to ODataPath.

Returns

true/false

Implements

Applies to