←Select platform

Equality Operator

Summary

Compares two RasterColor16 objects for equality.

Syntax
C#
VB
public static bool ==( 
   RasterColor16 color1, 
   RasterColor16 color2 
) 
Public Shared Function op_Equality(  
   ByVal color1 As RasterColor16,  
   ByVal color2 As RasterColor16  
) As Boolean  

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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly