Прочетете на английски Редактиране

Споделяне чрез


Rune.Equals Method

Definition

Overloads

Equals(Object)

Returns a value that indicates whether the current instance and a specified object are equal.

Equals(Rune)

Returns a value that indicates whether the current instance and a specified rune are equal.

Equals(Object)

Source:
Rune.cs
Source:
Rune.cs
Source:
Rune.cs

Returns a value that indicates whether the current instance and a specified object are equal.

C#
public override bool Equals(object? obj);

Parameters

obj
Object

The object to compare with the current instance.

Returns

true if obj is of type Rune and is equal to the current instance; otherwise, false.

Applies to

.NET 10 и други версии
Продукт Версии
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10

Equals(Rune)

Source:
Rune.cs
Source:
Rune.cs
Source:
Rune.cs

Returns a value that indicates whether the current instance and a specified rune are equal.

C#
public bool Equals(System.Text.Rune other);

Parameters

other
Rune

The object to compare with the current instance.

Returns

true if the current instance and other are equal; otherwise, false.

Implements

Applies to

.NET 10 и други версии
Продукт Версии
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10