Show / Hide Table of Contents

Struct PivotNull

Represents a null value in a pivot table caches shared items list.

Implements
IEqualityComparer<PivotNull>
Inherited Members
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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
ValueType.Equals(object)

GetHashCode()

The hash value for the object

Declaration
public override int GetHashCode()
Returns
Type Description
int
Overrides
ValueType.GetHashCode()

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

Overrides
ValueType.ToString()

Implements

IEqualityComparer<T>
In this article
Back to top Generated by DocFX