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





Determines whether the specified Object is equal to the current 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 with the current object.

 Return Value

Type: Boolean
true if the specified Object is equal to the current Object; otherwise, false.

 See Also

Resource Members
Resource Class
MindFusion.Scheduling Namespace