Table of Contents

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

x PivotNull

The first object

y PivotNull

The second object

Returns

bool

Equals(object)

Check equals with another object

public override bool Equals(object obj)

Parameters

obj object

The 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

int

ToString()

Return the string representation of the pivot null value

public override string ToString()

Returns

string

An empty string