AssemblyPart.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(AssemblyPart) |
Returns |
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
- other
- IApplicationPart
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