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





IEquatable<T>.Equals implementation.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public override bool Equals (
    UndoState other
)

Visual Basic  Copy Code

Public Overrides Function Equals ( _
    other As UndoState _
) As Boolean

 Parameters

other

An object to compare with this object.

 Return Value

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

 See Also

UndoState Members
UndoState Class
MindFusion.DataViews.Silverlight Namespace