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.3.0.0 (23.3.0.0)
Syntax
Parameters
- obj
- Type: SystemObject
The DispatcherTypeParameter to compare to this instance.
Return Value
Type: Booleantrue 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