An NDoc Documented Class Library

DateFormat.Equals Method 

[Visual Basic]
Overrides Public Function Equals( _ 
   ByVal other As Object _ 
) As Boolean
[C#]
public override bool Equals(
   object other
);
[C++]
public: bool Equals(
   Object* other
);
[JScript]
public override function Equals(
   Object other
): bool;

See Also

DateFormat Class | White.Core.UIItems Namespace