Click or drag to resize

ExceptionFilterValueEqualityComparerGetHashCode Method

Gets hash code for ExceptionFilterValue object

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

Parameters

obj
Type: Law.EdaIntegration.ExceptionsExceptionFilterValue
ExceptionFilterValue object

Return Value

Type: Int32
Hash Code

Implements

IEqualityComparerTGetHashCode(T)
See Also