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.EntitiesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
Parameters
- obj Object
- The DispatcherType to compare to this instance.
Return Value
Booleantrue 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