NIndex.Equals Method

Definition

Overloads

Equals(NIndex)

Compares the current NIndex object to another NIndex object for equality.

Equals(Object)

Compares the current NIndex object to another object of the same type for equality.

Equals(NIndex)

Source:
NIndex.cs
Source:
NIndex.cs

Compares the current NIndex object to another NIndex object for equality.

C#
public bool Equals(System.Buffers.NIndex other);

Parameters

other
NIndex

An object to compare with this object.

Returns

Implements

Applies to

.NET 10 (package-provided) i druge verzije
Proizvod Verzije
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)

Equals(Object)

Source:
NIndex.cs
Source:
NIndex.cs

Compares the current NIndex object to another object of the same type for equality.

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

Parameters

value
Object

An object to compare with this object.

Returns

Applies to

.NET 10 (package-provided) i druge verzije
Proizvod Verzije
.NET 8 (package-provided), 9 (package-provided), 10 (package-provided)