Click or drag to resize

Date.Equals Method (Object)

X#
Indicates whether this instance and a specified object are equal.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Equals(
	o AS Object
) AS LOGIC
Request Example View Source

Parameters

o
Type: Object

Return Value

Type: Logic
if obj and this instance are the same type and represent the same value; otherwise, .
See Also