Click or drag to resize
MvDateTimeEquals Method
Tests if two MvDateTimes are equal.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare to.

Return Value

Type: Boolean
true if obj is an instance of MvDateTime and equals the value of this instance; otherwise, false.
See Also