Checks if two 3D vector points are equal.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Overrides Function IsEqual_T( _ ByVal p1 As Vector3d, _ ByVal p2 As Vector3d _ ) As Boolean |
Parameters
-
p1
-
Type: Vector3d
The first vector point
-
p2
-
Type: Vector3d
The second vector point
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also