Edit

Share via


GrainReference.Equals Method

Definition

Overloads

Equals(Object)

Tests this reference for equality to another object. Two grain references are equal if they both refer to the same grain.

Equals(GrainReference)

Equals(Object)

Source:
GrainReference.cs

Tests this reference for equality to another object. Two grain references are equal if they both refer to the same grain.

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 test for equality against this reference.

Returns

true if the object is equal to this reference.

Applies to

Equals(GrainReference)

Source:
GrainReference.cs

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

public bool Equals (Orleans.Runtime.GrainReference other);
override this.Equals : Orleans.Runtime.GrainReference -> bool
Public Function Equals (other As GrainReference) As Boolean

Parameters

Returns

Implements

Applies to