Struct PivotNull
Represents a null value in a pivot table caches shared items list.
Implements
System.Collections.Generic.IEqualityComparer <PivotNull >
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.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
Returns
Type | Description |
---|---|
System. |
Equals(Object)
Check equals with another object
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System. |
obj | The object |
Returns
Type | Description |
---|---|
System. |
True if the obj is null |
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
The hash value for the object
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System. |
Overrides
System.ValueType.GetHashCode()
GetHashCode(PivotNull)
The hash value for the object
Declaration
public int GetHashCode(PivotNull obj)
Parameters
Type | Name | Description |
---|---|---|
Pivot |
obj |
Returns
Type | Description |
---|---|
System. |
ToString()
Return the string representation of the pivot null value
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System. |
An empty string |
Overrides
System.ValueType.ToString()
Implements
System.Collections.Generic.IEqualityComparer<T>