Search
Style.Equals Method
See Also
 






Determines whether a Style instance is equivalent to this 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 to compare with this one.

 Return Value

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

 See Also