| Visual Basic (Usage) | |
|---|---|
Dim instance As Vector Dim obj As Object Dim value As Boolean value = instance.Equals(obj) | |
Parameters
- obj
- An object to compare with this instance of the Vector class.
Return Value
true if obj is an instance of the Vector class and represents a vector that has the same length as this instance and also all the elements of obj are equal to the elements of this instance; false otherwise.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7