SequenceNumber.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.
Indicates whether this instance and a specified object are equal.
Overloads
Equals(SequenceNumber) |
Indicates whether this instance and a specified sequence number are equal. |
Equals(Object) |
Indicates whether this instance and a specified object are equal. |
Equals(SequenceNumber)
Indicates whether this instance and a specified sequence number are equal.
public:
bool Equals(System::IO::Log::SequenceNumber other);
public bool Equals (System.IO.Log.SequenceNumber other);
override this.Equals : System.IO.Log.SequenceNumber -> bool
Public Function Equals (other As SequenceNumber) As Boolean
Parameters
- other
- SequenceNumber
Another SequenceNumber to compare to.
Returns
true
if other
and this instance represent the same value; otherwise, false
.
Applies to
Equals(Object)
Indicates whether this instance and a specified object are equal.
public:
override bool Equals(System::Object ^ other);
public override bool Equals (object other);
override this.Equals : obj -> bool
Public Overrides Function Equals (other As Object) As Boolean
Parameters
- other
- Object
Another object to compare to.
Returns
true
if other
and this instance are the same type and represent the same value; otherwise, false
.