← Back to carmenta.com
Carmenta Engine SDK Documentation
×

System.Drawing.Color.Equals Methods

Determines whether two System.Drawing.Color objects have the same value.

Thread safety: Unknown

Overload List

 NameDescription
Public methodEquals(System.Object obj)Determines whether this instance and another specified System.Drawing.Color have the same value.
Public methodEquals(System.Drawing.Color obj)Determines whether this instance and another specified System.Drawing.Color have the same value.

Equals(System.Object obj)

Determines whether this instance and another specified System.Drawing.Color have the same value.

Syntax

C#
public System.Boolean Equals (
    System.Object obj
)

Parameters

obj
Type: System.Object
The object to compare this System.Drawing.Color with.

Return Value

Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.

Equals(System.Drawing.Color obj)

Determines whether this instance and another specified System.Drawing.Color have the same value.

Syntax

C#
public System.Boolean Equals (
    System.Drawing.Color obj
)

Parameters

obj
Type: System.Drawing.Color
The object to compare this System.Drawing.Color with.

Return Value

Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.

Platforms

Windows, Linux, Android

See Also

Reference

System.Drawing.Color Structure
Core Module

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept