NRange.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(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. |
- Source:
- NRange.cs
Indicates whether the current NRange object is equal to another NRange object.
public:
virtual bool Equals(System::Buffers::NRange other);
public bool Equals (System.Buffers.NRange other);
override this.Equals : System.Buffers.NRange -> bool
Public Function Equals (other As NRange) As Boolean
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) |
- Source:
- NRange.cs
Indicates whether the current NRange object is equal to another object of the same type.
public:
override bool Equals(System::Object ^ value);
public override bool Equals (object? value);
override this.Equals : obj -> bool
Public Overrides Function Equals (value As Object) As Boolean
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) |
.NET 피드백
.NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.