Table of Contents

Method Equals

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Equals(object?)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.

Equals(GraphicsConfigIdentity)

Determines whether the specified GraphicsConfigIdentity is equal to the current instance.

public bool Equals(GraphicsConfigIdentity other)

Parameters

other GraphicsConfigIdentity

The GraphicsConfigIdentity to compare with the current instance.

Returns

bool

true if the specified GraphicsConfigIdentity is equal to the current instance; otherwise, false.