VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / VintasoftPoint3D Structure / Equals Methods / Equals(VintasoftPoint3D,VintasoftPoint3D,Double) Method
Syntax Requirements SeeAlso
In This Topic
    Equals(VintasoftPoint3D,VintasoftPoint3D,Double) Method (VintasoftPoint3D)
    In This Topic
    Compares two points for equality with specified epsilon.
    Syntax
    'Declaration
    
    Public Overloads Shared Function Equals( _
    ByVal point1
    First point to compare.
    As VintasoftPoint3D, _
    ByVal point2
    Second point to compare.
    As VintasoftPoint3D, _
    ByVal eps
    The maximum epsilon.
    As Double _
    ) As Boolean

    Parameters

    point1
    First point to compare.
    point2
    Second point to compare.
    eps
    The maximum epsilon.

    Return Value

    True if X, Y and Z components of point1 and point2 are equal with specified epsilon; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also