Click or drag to resize

ExceptionFilterEqualityComparerGetHashCode Method

Gets a hash code fo a filter object

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

Parameters

obj
Type: Law.EdaIntegration.ExceptionsExceptionFilter
The filter for which to get the hash code

Return Value

Type: Int32
A hash code for the filter object

Implements

IEqualityComparerTGetHashCode(T)
See Also