Table of Contents

Method Equals

Namespace
Sccg
Assembly
Sccg.dll

Equals(Color)

Indicates whether the current object is equal to another object of the same type

public bool Equals(Color other)

Parameters

other Color

An object to compare with this object.

Returns

bool

Equals(object?)

Tests whether the specified object is a Color structure and is equivalent to this Color structure.

public override bool Equals(object? obj)

Parameters

obj object

The object to test.

Returns

bool