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