←Select platform

Equals(object) Method

Summary

Specifies whether this RasterColor16 structure contains the same value as the specified object.

Syntax
C#
VB
C++
Java
public override bool Equals( 
   object obj 
) 
Public override Function Equals( _ 
   ByVal obj As Object _ 
) As Boolean 
public boolean equals(Object obj) 
public: 
bool Equals( 
   Object^ obj 
) override 

Parameters

obj The object to be used in the comparison with the current structure.

Return Value

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

Remarks

For more information refer to Equals.

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