Chart3D for WPF and Silverlight | ComponentOne
C1.Silverlight.Chart3D Namespace / Point3D Structure / Equals Method


In This Topic
    Equals Method
    In This Topic
    Determines whether the specified object is equal to this Point3D structure.
    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    'Usage
     
    
    Dim instance As Point3D
    Dim obj As Object
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    See Also