Edit

Share via


QueueId.Equals Method

Definition

Overloads

Equals(QueueId)
Equals(Object)

Equals(QueueId)

Source:
QueueId.cs

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

public virtual bool Equals (Orleans.Streams.QueueId other);
public bool Equals (Orleans.Streams.QueueId other);
override this.Equals : Orleans.Streams.QueueId -> bool
Public Overridable Function Equals (other As QueueId) As Boolean
Public Function Equals (other As QueueId) As Boolean

Parameters

other
QueueId

Returns

Implements

Applies to

Equals(Object)

Source:
QueueId.cs

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

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

Parameters

obj
Object

Returns

Applies to