Click or drag to resize

UnifiedExceptionFilterEqualityComparerGetHashCode Method

Gets hash code

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public int GetHashCode(
	UnifiedExceptionFilter obj
)

Parameters

obj
Type: Law.EdaIntegration.ExceptionsUnifiedExceptionFilter
input object

Return Value

Type: Int32
hash code

Implements

IEqualityComparerTGetHashCode(T)
See Also