←Select platform

Equality Operator

Summary

Compares two RasterColor16 objects for equality.

Syntax
C#
C++/CLI
Python
public static bool ==( 
   RasterColor16 color1, 
   RasterColor16 color2 
) 
public: 
bool operator ==(  
   RasterColor16 color1, 
   RasterColor16 color2 
) 
def op_Equality(self,color1,color2): 

Parameters

color1

First object to compare

color2

Second object to compare

Return Value

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

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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