GMonth.Inequality OperatorGMonth.Inequality OperatorGMonth::Inequality Operator
Indicates whether a specified GMonthGMonthGMonth is not equal to another specified GMonthGMonthGMonth.
Parameters
- month1
- month2
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
trueTruetrue if the two GMonthGMonthGMonth values are not equal, falseFalsefalse otherwise.
Remarks
Two GMonthGMonthGMonth values are considered equal if they have they have equal values for their MonthMonthMonth and TimeZoneTimeZoneTimeZone properties.
Consider using Equals (GMonth, GMonth, TimeZone)Equals (GMonth, GMonth, TimeZone)Equals (GMonth, GMonth, TimeZone) to compare GMonthGMonthGMonth values with differing TimeZoneTimeZoneTimeZone properties.
