| MvDateTimeEquals Method |
Tests if two MvDateTimes are equal.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
Parameters
- obj
- Type: SystemObject
The object to compare to.
Return Value
Type:
Booleantrue if
obj is an instance of
MvDateTime and equals the value of this
instance; otherwise,
false.
See Also