Edit

Share via


GuidId.Equals Method

Definition

Overloads

Equals(GuidId)
Equals(Object)

Equals(GuidId)

Source:
GuidId.cs

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

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

Parameters

other
GuidId

Returns

Implements

Applies to

Equals(Object)

Source:
GuidId.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