Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellsPanel Class / Equals Method / Equals(NSObject) Method


In This Topic
    Equals(NSObject) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function Equals( _
       ByVal obj As Foundation.NSObject _
    ) As Boolean
    'Usage
     
    
    Dim instance As GridCellsPanel
    Dim obj As Foundation.NSObject
    Dim value As Boolean
     
    value = instance.Equals(obj)
    public bool Equals( 
       Foundation.NSObject obj
    )

    Parameters

    obj
    See Also