Click or drag to resize

ScheduleStateTransitionEquals(ScheduleStateTransition) Method

Returns a value indicating whether this instance is equal to the specified ScheduleStateTransition instance.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public bool Equals(
	ScheduleStateTransition obj
)

Parameters

obj  ScheduleStateTransition
A ScheduleStateTransition instance to compare to this instance.

Return Value

Boolean
true if the value parameter equals the value of this instance; otherwise, false.
See Also