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

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


UInt128.Equals Method

Definition

Overloads

Equals(UInt128)

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

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(UInt128)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

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

C#
public bool Equals(UInt128 other);

Parameters

other
UInt128

An object to compare with this object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

Implements

Applies to

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

Equals(Object)

Source:
UInt128.cs
Source:
UInt128.cs
Source:
UInt128.cs

Determines whether the specified object is equal to the current object.

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

Parameters

obj
Object

The object to compare with the current object.

Returns

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

Applies to

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