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