Edit

Share via


Script.Equals Method

Definition

Overloads

Equals(Script)

Returns a value indicating whether this instance and a specified Script object represent the same value.

Equals(Object)

Returns a value indicating whether this instance and a specified Script object represent the same value.

Equals(Script)

Returns a value indicating whether this instance and a specified Script object represent the same value.

public bool Equals(HarfBuzzSharp.Script other);

Parameters

other
Script

An object to compare to this instance.

Returns

Returns true if the other value is equal to this instance, otherwise false.

Implements

Applies to

Equals(Object)

Returns a value indicating whether this instance and a specified Script object represent the same value.

public override bool Equals(object obj);

Parameters

obj
Object

An object to compare to this instance.

Returns

Returns true if the other value is equal to this instance, otherwise false.

Applies to