Search
Style.Equals Method
See Also
 





Determines whether this style is equivalent to the specified style.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public override bool Equals (
    Object obj
)

Visual Basic  Copy Code

Public Overrides Function Equals( _
    obj As Object _
) As Boolean

 Parameters

obj
A Style object to compare with this one.

 Return Value

true if the two styles are the same; otherwise, false.

 See Also