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





Determines if the specified object is equal to the current Thickness object.

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
The object to compare the current Thickness instance to.

 Return Value

Type: Boolean
true of this Thickness is equal to obj; otherwise false.

 See Also

Thickness Members
Thickness Class
MindFusion.Scheduling Namespace