Equals Method
Equals(ColorF)
Determines whether the specified ColorF is equal to this instance.
Declaration
public bool Equals(ColorF other)
Public Function Equals(other As ColorF) As Boolean
Parameters
| Type |
Name |
Description |
| ColorF |
other |
|
Returns
Implements
Equals(object)
Determines whether the specified object is equal to this instance.
Declaration
public override bool Equals(object value)
Public Overrides Function Equals(value As Object) As Boolean
Parameters
| Type |
Name |
Description |
| object |
value |
|
Returns
Overrides