SFML.Net
ColorEquals Method (Color) |
Compare two colors and checks if they are equal
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public bool Equals( Color other )
Public Function Equals ( other As Color ) As Boolean
public: virtual bool Equals( Color other ) sealed
abstract Equals : other : Color -> bool override Equals : other : Color -> bool
Parameters
- other
- Type: SFML.GraphicsColor
Color to check
Return Value
Type: BooleanColors are equal
Implements
IEquatableTEquals(T)