Edit

Share via


AssemblyPart.Equals Method

Definition

Overloads

Equals(AssemblyPart)

Returns true if this instance is equivalent to the provided instance, false otherwise.

Equals(IApplicationPart)
Equals(Object)

Equals(AssemblyPart)

Source:
AssemblyPart.cs

Returns true if this instance is equivalent to the provided instance, false otherwise.

protected bool Equals (Orleans.ApplicationParts.AssemblyPart other);
override this.Equals : Orleans.ApplicationParts.AssemblyPart -> bool
Protected Function Equals (other As AssemblyPart) As Boolean

Parameters

other
AssemblyPart

The other instance/

Returns

true if this instance is equivalent to the provided instance, false otherwise.

Applies to

Equals(IApplicationPart)

Source:
AssemblyPart.cs

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

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

Parameters

Returns

Implements

Applies to

Equals(Object)

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

Returns

Applies to