Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / Point3D Structure / Equals Method / Equals(Point3D) Method
A value to compare with this value.


In This Topic
    Equals(Point3D) Method
    In This Topic
    Indicates whether the current value is equal to another value of the same type.
    Syntax
    'Declaration
     
    Public Overloads Function Equals( _
       ByVal other As Point3D _
    ) As Boolean
    'Usage
     
    Dim instance As Point3D
    Dim other As Point3D
    Dim value As Boolean
     
    value = instance.Equals(other)
    public bool Equals( 
       Point3D other
    )

    Parameters

    other
    A value to compare with this value.

    Return Value

    true if the current object is equal to the other parameter; otherwise, false.
    See Also