BitMask.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
    public static bool operator !=( BitMask m1, BitMask m2 )
    {
        return !( _isEqual( m1, m2 ) );
    }