←Select platform

Equals(RasterColor,RasterColor) Method

Summary

Specifies whether two RasterColor objects contain the same values.

Syntax

C#
VB
C++
public static bool Equals( 
   RasterColor color1, 
   RasterColor color2 
) 
Public Overloads Shared Function Equals( _ 
   ByVal color1 As Leadtools.RasterColor, _ 
   ByVal color2 As Leadtools.RasterColor _ 
) As Boolean 

Parameters

color1
The first RasterColor object to use in the comparison.

color2
The second RasterColor object to use in the comparison.

Return Value

true if the two RasterColor objects have the same values; false, otherwise.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly