←Select platform

Inequality Operator

Summary

Compares two RasterColor objects for inequality.

Syntax
C#
VB
C++
public static bool !=( 
   RasterColor color1, 
   RasterColor color2 
) 
Public Shared Function op_Inequality(  
   ByVal color1 As RasterColor,  
   ByVal color2 As RasterColor  
) As Boolean  
public:  
bool operator !=(   
   RasterColor color1,  
   RasterColor color2  
)  

Parameters

color1

First object to compare.

color2

Second object to compare.

Return Value

true if the objects do not have the same value; otherwise, false.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.