NIndex.Equals Method
Definition
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.
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
public:
virtual bool Equals(System::Buffers::NIndex other);
public bool Equals(System.Buffers.NIndex other);
override this.Equals : System.Buffers.NIndex -> bool
Public Function Equals (other As NIndex) As Boolean
Parameters
- other
- NIndex
An object to compare with this object.
Returns
Implements
Applies to
Equals(Object)
- Source:
- NIndex.cs
- Source:
- NIndex.cs
Compares the current NIndex 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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.