Click or drag to resize

TimeOfDayEquals Method (Object)

Determines whether the specified Object, is equal to this instance.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public override bool Equals(
	Object obj
)
Request Example View Source

Parameters

obj
Type: SystemObject
The Object to compare with this instance.

Return Value

Type: Boolean
true if the specified Object is equal to this instance; otherwise, false.
See Also