bigloo.foreign.UCS2_EQ C# (CSharp) Method

UCS2_EQ() public static method

public static UCS2_EQ ( char c1, char c2 ) : bool
c1 char
c2 char
return bool
        public static bool UCS2_EQ( char  c1,
				  char  c2 )
        {
            return (c1 == c2);
        }
foreign