←Select platform

Equals(RasterColor16,RasterColor16) Method

Summary

Specifies whether two RasterColor16 structures contain the same values.

Syntax

C#
VB
Java
WinRT C#
C++
public static bool Equals( 
   RasterColor16 color1, 
   RasterColor16 color2 
) 
Public Shared Function Equals( _ 
   ByVal color1 As RasterColor16, _ 
   ByVal color2 As RasterColor16 _ 
) As Boolean 
public static bool Equals( 
   RasterColor16 color1, 
   RasterColor16 color2 
) 
public static boolean equals( 
   RasterColor16 color1, 
   RasterColor16 color2 
) 
function Leadtools.RasterColor16.Equals( 
   color1, 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly