Table of Contents

Class ObjectExtensions

Namespace
FatturaElettronica.Core
Assembly
FatturaElettronica.dll
public static class ObjectExtensions
Inheritance
ObjectExtensions
Inherited Members

Methods

GetHashCodeFromFields(params object[])

Allows GetHashCode() method to return a Hash based ont the object properties.

public static int GetHashCodeFromFields(params object[] fields)

Parameters

fields object[]

The list of fields to include in the hash generation.

Returns

int