Click or drag to resize

ExceptionFilterValueEqualityComparerEquals Method

Compares two ExceptionFilterValue objects

Namespace:  Law.EdaIntegration.Exceptions
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public bool Equals(
	ExceptionFilterValue x,
	ExceptionFilterValue y
)

Parameters

x
Type: Law.EdaIntegration.ExceptionsExceptionFilterValue
Comparison source
y
Type: Law.EdaIntegration.ExceptionsExceptionFilterValue
Comparison target1

Return Value

Type: Boolean
True if objects are equal

Implements

IEqualityComparerTEquals(T, T)
See Also