Edit

Share via


EventSequenceTokenV2.Equals Method

Definition

Overloads

Equals(StreamSequenceToken)

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

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(StreamSequenceToken)

Source:
EventSequenceTokenV2.cs

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

public override bool Equals (Orleans.Streams.StreamSequenceToken other);
override this.Equals : Orleans.Streams.StreamSequenceToken -> bool
Public Overrides Function Equals (other As StreamSequenceToken) As Boolean

Parameters

other
StreamSequenceToken

An object to compare with this object.

Returns

true if the current object is equal to the other parameter; otherwise, false.

Applies to

Equals(Object)

Source:
EventSequenceTokenV2.cs

Determines whether the specified object is equal to the current object.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

The object to compare with the current object.

Returns

true if the specified object is equal to the current object; otherwise, false.

Applies to