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: 7.2.0.0 (7.2.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