[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.AnWTFilterIntLift5x3.Equals

Equals Method

Equals(object)

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.

       <p>Currently the implementation of this method only tests if 'obj' is
       also of the class AnWTFilterIntLift5x3.</p>
Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides