Click or drag to resize

DispatcherTypeEquality Operator

Compares two DispatcherType using the Equals(Object)-method.

Namespace: Scanjour.Workflow4.Web.Services.Entities
Assembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static bool operator ==(
	DispatcherType a,
	DispatcherType b
)

Parameters

a  DispatcherType
The value left to the operator.
b  DispatcherType
The value right to the operator.

Return Value

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