Class SelectionRange<T>
Inheritance
System.Object
SelectionRange<T>
Namespace: Telerik.Core
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class SelectionRange<T> : ValueType
Type Parameters
|
T
|
Constructors
SelectionRange(T, T)
Declaration
public SelectionRange(T start, T end)
Parameters
|
T
start
|
|
T
end
|
Properties
End
Declaration
public T End { get; set; }
Property Value
|
T
|
Start
Declaration
public T Start { get; set; }
Property Value
|
T
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
|
System.Int32
|
Operators
Equality(SelectionRange<T>, SelectionRange<T>)
Declaration
public static bool operator ==(SelectionRange<T> range1, SelectionRange<T> range2)
Parameters
|
SelectionRange<T>
range1
|
|
SelectionRange<T>
range2
|
Returns
|
System.Boolean
|
Inequality(SelectionRange<T>, SelectionRange<T>)
Declaration
public static bool operator !=(SelectionRange<T> range1, SelectionRange<T> range2)
Parameters
|
SelectionRange<T>
range1
|
|
SelectionRange<T>
range2
|
Returns
|
System.Boolean
|