Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ColorTransform Structure / Equals Method / Equals(ColorTransform) Method


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

    Parameters

    other
    See Also