←Select platform

Equals(RasterColor16,RasterColor16) Method

Summary

Specifies whether two RasterColor16 structures contain the same values.

Syntax
C#
VB
C++
Java
public static bool Equals( 
   RasterColor16 color1, 
   RasterColor16 color2 
) 
Public Shared Function Equals( _ 
   ByVal color1 As RasterColor16, _ 
   ByVal color2 As RasterColor16 _ 
) As Boolean 
public static boolean equals( 
   RasterColor16 color1, 
   RasterColor16 color2 
) 
public: 
static bool Equals( 
   RasterColor16 color1, 
   RasterColor16 color2 
) 

Parameters

color1 The first RasterColor16 structure to use in the comparison.

color2 The second RasterColor16 structure to use in the comparison.

Return Value

true if the two RasterColor16 structures have the same values; false, otherwise.

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