영어로 읽기 편집

다음을 통해 공유


NRange.Equals Method

Definition

Overloads

Equals(NRange)

Indicates whether the current NRange object is equal to another NRange object.

Equals(Object)

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

Equals(NRange)

Source:
NRange.cs

Indicates whether the current NRange object is equal to another NRange object.

public bool Equals (System.Buffers.NRange other);

Parameters

other
NRange

An object to compare with this object

Returns

Implements

Applies to

.NET 9 (package-provided) 및 .NET 8 (package-provided)
제품 버전
.NET 8 (package-provided), 9 (package-provided)

Equals(Object)

Source:
NRange.cs

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

public override bool Equals (object? value);

Parameters

value
Object

An object to compare with this object

Returns

Applies to

.NET 9 (package-provided) 및 .NET 8 (package-provided)
제품 버전
.NET 8 (package-provided), 9 (package-provided)