ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.analysis Namespace / AnWTFilterIntLift5x3 Class / Equals Method

In This Topic
    Equals Method (AnWTFilterIntLift5x3)
    In This Topic
    Tests if the 'obj' object is the same filter as this one. Two filters are the same if the same filter code should be output for both filters by the encodeFilterCode() method.

    Currently the implementation of this method only tests if 'obj' is also of the class AnWTFilterIntLift5x3.

    Syntax
    'Declaration
     
    
    Public Overrides Function Equals( _
       ByVal obj As Object _
    ) As Boolean
    public override bool Equals( 
       object obj
    )

    Parameters

    obj
    See Also