Click or drag to resize

TimeOfDayEquals Method (TimeOfDay)

Indicates whether the current object is equal to another object of the same type.

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

Parameters

other
Type: Koopman.CheckPoint.CommonTimeOfDay
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also