←Select platform

Equals(object) Method

Summary
Specifies whether this RasterColor 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 RasterColor structures have the same value; false, otherwise.

Remarks

For more information refer to Equals.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.