Edit

Share via


NRange.Equals Method

Definition

Overloads

Equals(NRange)

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

Equals(Object)

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

Equals(NRange)

Source:
NRange.cs
Source:
NRange.cs

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

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

Equals(Object)

Source:
NRange.cs
Source:
NRange.cs

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

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