Share via


FileObject.CompareTo(FileObject) Method

Definition

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

public:
 virtual int CompareTo(Microsoft::PowerPlatform::PowerAutomate::Desktop::Actions::SDK::Types::FileObject ^ other);
public int CompareTo (Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject other);
abstract member CompareTo : Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject -> int
override this.CompareTo : Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.Types.FileObject -> int
Public Function CompareTo (other As FileObject) As Integer

Parameters

other
FileObject

Returns

Implements

Applies to