MindFusion.Scheduling for ASP.NET Programmer's Guide
Style.Equals Method
See Also
 





Determines whether the specified Style object is equivalent to the current one.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 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
Type: Object
A Style object to compare with the current one.

 Return Value

Type: Boolean
true if the two Style objects are the same; otherwise, false.

 See Also

Style Members
Style Class
MindFusion.Scheduling Namespace