Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IconDrawingObject Class / Equals Method
The specified object.


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

    Parameters

    obj
    The specified object.

    Return Value

    true The current object is equal to the specified object; otherwise, false.
    See Also