equalsIgnoreCase() public static method

public static equalsIgnoreCase ( string a, string b ) : bool
a string
b string
return bool
Example #1
0
 public new bool Equals(object x, object y)
 {
     return(FanStr.equalsIgnoreCase((string)x, (string)y));
 }