Class SecondGroup
Used for Name values of IGroups that are grouping by System.
Inheritance
Namespace: Telerik.Pivot.Core.Groups
Assembly: Telerik.Pivot.Core.dll
Syntax
public sealed class SecondGroup : ValueType, IComparable, IComparable<SecondGroup>, IEquatable<SecondGroup>
Constructors
SecondGroup(Int32)
Initializes a new instance of the Second
Declaration
public SecondGroup(int second)
Parameters
System. The second which this SecondGroup will represents. |
SecondGroup(Int32, CultureInfo)
Initializes a new instance of the Second
Declaration
public SecondGroup(int second, CultureInfo culture)
Parameters
System. The second which this SecondGroup will represents. |
System. The culture. |
Properties
Second
Gets the Second this Second
Declaration
public int Second { get; set; }
Property Value
System.
|
Methods
CompareTo(Object)
Declaration
public int CompareTo(object obj)
Parameters
System.
|
Returns
System.
|
CompareTo(SecondGroup)
Declaration
public int CompareTo(SecondGroup other)
Parameters
Second
|
Returns
System.
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Equals(SecondGroup)
Declaration
public bool Equals(SecondGroup other)
Parameters
Second
|
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|
Operators
Equality(SecondGroup, SecondGroup)
Determines whether two specified instances of Second
Declaration
public static bool operator ==(SecondGroup left, SecondGroup right)
Parameters
Second The first object to compare. |
Second The second object to compare. |
Returns
System. true if |
GreaterThan(SecondGroup, SecondGroup)
Determines whether one specified Second
Declaration
public static bool operator>(SecondGroup left, SecondGroup right)
Parameters
Second The first object to compare. |
Second The second object to compare. |
Returns
System. true if |
GreaterThanOrEqual(SecondGroup, SecondGroup)
Determines whether one specified Second
Declaration
public static bool operator >=(SecondGroup left, SecondGroup right)
Parameters
Second The first object to compare. |
Second The second object to compare. |
Returns
System. true if |
Inequality(SecondGroup, SecondGroup)
Determines whether two specified instances of Second
Declaration
public static bool operator !=(SecondGroup left, SecondGroup right)
Parameters
Second The first object to compare. |
Second The second object to compare. |
Returns
System. true if |
LessThan(SecondGroup, SecondGroup)
Determines whether one specified Second
Declaration
public static bool operator <(SecondGroup left, SecondGroup right)
Parameters
Second The first object to compare. |
Second The second object to compare. |
Returns
System. true if |
LessThanOrEqual(SecondGroup, SecondGroup)
Determines whether one specified Second
Declaration
public static bool operator <=(SecondGroup left, SecondGroup right)
Parameters
Second The first object to compare. |
Second The second object to compare. |
Returns
System. true if |