StructCompressedListItem<T>
Struct
Definition
Namespace:Telerik.Windows.Core
Assembly:Telerik.Windows.Scheduling.Core.dll
Type Parameters:
T
Syntax:
cs-api-definition
public struct CompressedListItem<T> : IEquatable<CompressedListItem<T>>
Implements:
Inherited Members
Constructors
CompressedListItem(int, T)
Declaration
cs-api-definition
public CompressedListItem(int count, T value)
Parameters
count
value
T
Properties
Value
Declaration
cs-api-definition
public T Value { get; }
Property Value
T
Methods
Equals(CompressedListItem<T>)
Declaration
cs-api-definition
public bool Equals(CompressedListItem<T> other)
Parameters
other
Returns
Implements
Operators
operator !=(CompressedListItem<T>, CompressedListItem<T>)
Declaration
cs-api-definition
public static bool operator !=(CompressedListItem<T> left, CompressedListItem<T> right)
Parameters
left
right
Returns
operator ==(CompressedListItem<T>, CompressedListItem<T>)
Declaration
cs-api-definition
public static bool operator ==(CompressedListItem<T> left, CompressedListItem<T> right)
Parameters
left
right
Returns