DispatcherTypeParameterEquality Operator

Scanjour Workflow4 Reference Manual
Compares two DispatcherTypeParameter using the Equals(Object)-method.

Namespace:  Scanjour.Workflow4.Web.Services.Entities
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static bool operator ==(
	DispatcherTypeParameter a,
	DispatcherTypeParameter b
)

Parameters

a
Type: Scanjour.Workflow4.Web.Services.EntitiesDispatcherTypeParameter
The value left to the operator.
b
Type: Scanjour.Workflow4.Web.Services.EntitiesDispatcherTypeParameter
The value right to the operator.

Return Value

Type: Boolean
True, if the two values are equal or if both are null. Otherwise false.
See Also

Reference