PocketPlanner Programmer's Guide

Style.Equals Method

See Also

Determines whether this style is equivalent to the specified style.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public override bool Equals (
    Object obj
)

Visual Basic

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