Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Point3D Structure / Equality Operator


In This Topic
    Equality Operator
    In This Topic
    Compares two Point3D structures for equality.
    Syntax
    'Declaration
     
    
    Public Operator =( _
       ByVal point1 As Point3D, _
       ByVal point2 As Point3D _
    ) As Boolean
    'Usage
     
    
    public bool operator ==( 
       Point3D point1,
       Point3D point2
    )

    Parameters

    point1
    point2
    See Also