Click or drag to resize
CommandQueueActionPerformedEventArgsEqualityComparerEquals Method (CommandQueueActionPerformedEventArgs, CommandQueueActionPerformedEventArgs)
Compares x with y and returns true if they're equal. This is a value-based comparison (so InvolvedElement and changetype are equal)

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.EqualityComparers
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.0.0 (1.3.17.0314)
Syntax
public bool Equals(
	CommandQueueActionPerformedEventArgs x,
	CommandQueueActionPerformedEventArgs y
)

Parameters

x
Type: SD.Tools.Algorithmia.CommandsCommandQueueActionPerformedEventArgs
first element to compare
y
Type: SD.Tools.Algorithmia.CommandsCommandQueueActionPerformedEventArgs
second element to compare

Return Value

Type: Boolean
true if x and y represent the same event arguments, false otherwise

Implements

IEqualityComparerTEquals(T, T)
See Also