System.Drawing.Color.Equals Methods
Determines whether two System.Drawing.Color objects have the same value.
Overload List
Name | Description | |
---|---|---|
Public method | Equals(System.Object obj) | Determines whether this instance and another specified System.Drawing.Color have the same value. |
Public method | Equals(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
public System.Boolean Equals (
System.Object obj
)
Parameters
The object to compare this System.Drawing.Color with.
Return Value
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
public System.Boolean Equals (
System.Drawing.Color obj
)
Parameters
The object to compare this System.Drawing.Color with.
Return Value
True if this instance and obj have the same value; otherwise, False.
Platforms
Windows, Linux, Android