DateWithZone.Equals Method (DateWithZone)DateWithZone.Equals Method (DateWithZone)DateWithZone::Equals Method (DateWithZone)
Syntax
Public Function Equals( _ other As DateWithZone _ ) As Boolean
public bool Equals( DateWithZone other )
public: virtual bool Equals( DateWithZone other ) sealed
Parameters
- other
Type: XmlPrime.DateWithZoneXmlPrime.DateWithZoneXmlPrime::DateWithZone
A DateWithZoneDateWithZoneDateWithZone to compare with this value.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
trueTruetrue if other equals the value of this instance; otherwise, falseFalsefalse.
Remarks
Consider using Equals (DateWithZone, DateWithZone, TimeZone)Equals (DateWithZone, DateWithZone, TimeZone)Equals (DateWithZone, DateWithZone, TimeZone) to compare DateWithZoneDateWithZoneDateWithZone values with differing TimeZoneTimeZoneTimeZone properties.
