Struct PivotNull
- Namespace
- OfficeOpenXml.Table.PivotTable
- Assembly
- EPPlus.dll
Represents a null value in a pivot table caches shared items list.
public struct PivotNull : IEqualityComparer<PivotNull>
- Implements
- Inherited Members
Methods
Equals(PivotNull, PivotNull)
Check equals. Always true
public bool Equals(PivotNull x, PivotNull y)
Parameters
Returns
Equals(object)
Check equals with another object
public override bool Equals(object obj)
Parameters
obj
objectThe object
Returns
- bool
True if the obj is null
GetHashCode(PivotNull)
The hash value for the object
public int GetHashCode(PivotNull obj)
Parameters
obj
PivotNull
Returns
ToString()
Return the string representation of the pivot null value
public override string ToString()
Returns
- string
An empty string