MindFusion.Scheduling for Silverlight Programmer's Guide
ItemState.Equals Method
See Also
 





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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public override bool Equals (
    ItemState other
)

Visual Basic  Copy Code

Public Overrides 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

ItemState Members
ItemState Class
MindFusion.Scheduling Namespace