ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Rational Structure / Equals Method / Equals(Object) Method

In This Topic
    Equals(Object) Method
    In This Topic
    Determines whether the specified object is equal to the current object.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    See Also