Returns a Boolean indicating whether two instances of TdDate are equal.
            
            Overload List
| Overload | Description | 
|---|
| Equals(Object) | Compares this instance against  to determine whether they are equal. | 
| Equals(TdDate) | Compares this instance and another TdDate to determine whether they are equal. | 
| Equals(TdDate,TdDate) | Compares two TdDate instances to determine whether they are equal. | 
Requirements
| Product | Versions | Platforms | 
|---|
| .NET | 6, 7 | Windows, Linux, MacOS | 
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows | 
| .NET Standard | 2.0 | Windows, Linux, MacOS | 
 
            
            See Also