Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for comparing (0.14 sec)

  1. src/main/java/jcifs/smb/SmbResourceLocatorImpl.java

                return false;
            }
    
            SmbResourceLocatorImpl o = (SmbResourceLocatorImpl) obj;
    
            /*
             * If uncertain, pathNamesPossiblyEqual returns true.
             * Comparing canonical paths is definitive.
             */
            if ( pathNamesPossiblyEqual(this.url.getPath(), o.url.getPath()) ) {
                if ( getURLPath().equalsIgnoreCase(o.getURLPath()) ) {
                    try {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sat Jul 20 08:24:53 GMT 2019
    - 23.9K bytes
    - Viewed (0)
Back to top