Click or drag to resize

StartOfYear Operators

The StartOfYear type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberEquality(StartOfYear, StartOfYear) Determines whether two specified StartOfYear instances are equal.
Public operatorStatic memberGreaterThan(StartOfYear, StartOfYear) Determines whether one specified StartOfYear is later than another specified StartOfYear.
Public operatorStatic memberGreaterThanOrEqual(StartOfYear, StartOfYear) Determines whether one specified StartOfYear is the same as or later than another specified StartOfYear.
Public operatorStatic memberInequality(StartOfYear, StartOfYear) Determines whether two specified StartOfYear instances are not equal.
Public operatorStatic memberLessThan(StartOfYear, StartOfYear) Determines whether one specified StartOfYear is earlier than another specified StartOfYear.
Public operatorStatic memberLessThanOrEqual(StartOfYear, StartOfYear) Determines whether one specified StartOfYear is the same as or earlier than another specified StartOfYear.
Top
See Also