DispatcherTypeParameterEquals Method

Scanjour Workflow4 Reference Manual
Determines whether this instance and a specified object, which must also be a DispatcherTypeParameter object (or a descendant), have the same value.

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 override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The DispatcherTypeParameter to compare to this instance.

Return Value

Type: Boolean
true if obj is a DispatcherTypeParameter and its value is the same as this instance; otherwise, false. If obj is null, the method returns false.
See Also

Reference