Operator operator !=  
  - Namespace
 - PaintDotNet.Rendering
 
  - Assembly
 - PaintDotNet.Primitives.dll
 
 
  operator !=(RectInt32, RectInt32)
  
  public static bool operator !=(RectInt32 a, RectInt32 b)
 
Parameters
  a RectInt32 
  
  b RectInt32 
  
Returns
  - bool
 
  
  operator !=(RectInt32, Rectangle)
  
  public static bool operator !=(RectInt32 a, Rectangle b)
 
Parameters
  a RectInt32 
  
  b Rectangle 
  
Returns
  - bool
 
  
  operator !=(Rectangle, RectInt32)
  
  public static bool operator !=(Rectangle a, RectInt32 b)
 
Parameters
  a Rectangle 
  
  b RectInt32 
  
Returns
  - bool