Indicates whether the current object is equal to another object of the same type.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DateRange
Dim other As DateRange
Dim value As Boolean
value = instance.Equals(other) |
Parameters
- other
- An object to compare with this object.
Return Value
true if the current object is equal to the
other parameter; otherwise, false.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also