DispatcherTypeParameterEquality Operator |
Namespace: Scanjour.Workflow4.Web.Services.EntitiesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static bool operator ==(
DispatcherTypeParameter a,
DispatcherTypeParameter b
)
Public Shared Operator = (
a As DispatcherTypeParameter,
b As DispatcherTypeParameter
) As Boolean
public:
static bool operator ==(
DispatcherTypeParameter^ a,
DispatcherTypeParameter^ b
)
static let inline (=)
a : DispatcherTypeParameter *
b : DispatcherTypeParameter : bool
Parameters
- a DispatcherTypeParameter
- The value left to the operator.
- b DispatcherTypeParameter
- The value right to the operator.
Return Value
BooleanTrue, if the two values are equal or if both are null. Otherwise false.
See Also