Click or drag to resize

SystemTimeEquals Method

Determine equality for SystemTime objects.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The other SystemTime object to compare.

Return Value

Type: Boolean
True if the two objects represent the same point in time, else false.
See Also