UInt128.Equals Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Indicates whether the current object is equal to another object of the same type.
public:
virtual bool Equals(UInt128 other);
public bool Equals(UInt128 other);
override this.Equals : UInt128 -> bool
Public Function Equals (other As UInt128) As Boolean
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 |
- Source:
- UInt128.cs
- Source:
- UInt128.cs
- Source:
- UInt128.cs
Determines whether the specified object is equal to the current object.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals(object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
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 |
Обратна връзка за .NET
.NET е проект с отворен код. Изберете връзка, за да предоставите обратна връзка: