Class TimeSlotInfo
Inheritance
System.Object
TimeSlotInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class TimeSlotInfo : IEventInfo, IEquatable<TimeSlotInfo>
Constructors
TimeSlotInfo(Range<Int64>)
Properties
TimeRange
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
Equals(TimeSlotInfo)
Declaration
public bool Equals(TimeSlotInfo other)
Parameters
TimeSlotInfo
other
|
Returns
System.Boolean
|
Implements
System.IEquatable<T>.Equals(T)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.Object.GetHashCode()