StructCoordinate
An unique point determined by two IGroups - the RowGroup and the ColumnGroup.
Definition
Namespace:Telerik.Pivot.Core
Assembly:Telerik.Pivot.Core.dll
Syntax:
public struct Coordinate : IEquatable<Coordinate>
Implements:
Inherited Members
Constructors
Coordinate(IGroup, IGroup)
Initializes a new instance of the Coordinate struct.
Properties
ColumnGroup
Gets the ColumnGroup.
Declaration
public IGroup ColumnGroup { readonly get; set; }
Property Value
Methods
Equals(Coordinate)
Declaration
public bool Equals(Coordinate other)
Parameters
other
Returns
Implements
Operators
operator !=(Coordinate, Coordinate)
Evaluates two instances of Coordinate to determine inequality.
Declaration
public static bool operator !=(Coordinate left, Coordinate right)
Parameters
left
The first instance of Coordinate to compare.
right
The second instance of Coordinate to compare.
Returns
false if left is equal to right; otherwise, true.
operator ==(Coordinate, Coordinate)
Compares two instances of Coordinate for equality.
Declaration
public static bool operator ==(Coordinate left, Coordinate right)
Parameters
left
The first instance of Coordinate to compare.
right
The second instance of Coordinate to compare.
Returns
true if the instances of Coordinate are equal; otherwise, false.