Click or drag to resize

DispatcherTypeEquals Method

Determines whether this instance and a specified object, which must also be a DispatcherType 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: 24.5.0.0 (24.5.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The DispatcherType to compare to this instance.

Return Value

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