ScreenObjectComparer Class
Definition
Section titled “Definition”Compares IScreenObject with the SortOrder property.
public class ScreenObjectComparer : IComparer<IScreenObject>Inheritance object
Implements IComparer<IScreenObject>
Constructors
Section titled “Constructors”ScreenObjectComparer()
Section titled “ScreenObjectComparer()”public ScreenObjectComparer()Properties
Section titled “Properties”Instance
Section titled “Instance”Shared instance of the ScreenObjectComparer.
public static ScreenObjectComparer Instance { get; }Methods
Section titled “Methods”Compare(IScreenObject?, IScreenObject?)
Section titled “Compare(IScreenObject?, IScreenObject?)”public int Compare(IScreenObject? x, IScreenObject? y)