FMUtilities.

SafeGetHashCode<T>(T) Method

Summary

Uses System.Collections.Generic.EqualityComparer`1.Default to get a hash code.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Containing Type
FMUtilities

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static int SafeGetHashCode<T>(this T value)

Attributes

Type Description
MethodImplAttribute

Type Parameters

Name Description
T

Parameters

Name Type Description
value T

Return Value

Type Description
int