ScheduleStateTransitionEquals(Object) Method |  |
Returns a value indicating whether this instance is equal to a specified object.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj Object
- An object to compare to this instance.
Return Value
Booleantrue if value is an instance of System.DateTime and equals the value of this instance; otherwise, false.
See Also