SimpleDate.Equals method
Returns a Boolean value indicating whether the values of the SimpleDate and the specified SimpleDate object are equivalent.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
o As Object _
) As Boolean
'Usage
Dim instance As SimpleDate
Dim o As Object
Dim returnValue As Boolean
returnValue = instance.Equals(o)
public override bool Equals(
Object o
)
Parameters
o
Type: System.ObjectA SimpleDate object to evaluate.
Return value
Type: System.Boolean
true if the values are equivalent; otherwise, false.