Table of Contents

Class Hashing

Namespace
Amazon.Runtime.Internal.Util
Assembly
AWSSDK.Core.dll
public static class Hashing
Inheritance
Hashing
Inherited Members

Methods

CombineHashes(params int[])

Combines a set of hashses.

public static int CombineHashes(params int[] hashes)

Parameters

hashes int[]

Returns

int

Hash(params object[])

Hashes a set of objects.

public static int Hash(params object[] value)

Parameters

value object[]

Returns

int