Search
ItemState.Equals Method
See Also
 






Indicates whether the current state is equal to the specified state.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public virtual bool Equals (
    ItemState other
)

Visual Basic  Copy Code

Public Overridable Function Equals( _
    other As ItemState _
) As Boolean

 Parameters

other

The state to compare with this object.

 Return Value

true if the current object is equal to the other parameter; otherwise, false.

 See Also