Show / Hide Table of Contents

Class ScreenObjectComparer

Compares IScreenObject with the SortOrder property.

Inheritance
object
ScreenObjectComparer
Implements
IComparer<IScreenObject>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole
Assembly: SadConsole.dll
Syntax
public class ScreenObjectComparer : IComparer<IScreenObject>

Constructors

ScreenObjectComparer()

Declaration
public ScreenObjectComparer()

Properties

Instance

Shared instance of the ScreenObjectComparer.

Declaration
public static ScreenObjectComparer Instance { get; }
Property Value
Type Description
ScreenObjectComparer

Methods

Compare(IScreenObject?, IScreenObject?)

Declaration
public int Compare(IScreenObject? x, IScreenObject? y)
Parameters
Type Name Description
IScreenObject x
IScreenObject y
Returns
Type Description
int

Implements

IComparer<T>

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX