AssemblyModel.Equals Method
- Namespace
- Kampute.DocToolkit.Models
- Assembly
- Kampute.DocToolkit.dll
| AssemblyModel.Equals(AssemblyModel) | Determines whether the specified assembly is equal to the current assembly. |
| AssemblyModel.Equals(object) | Determines whether the specified object is equal to the current object. |
AssemblyModel.Equals(AssemblyModel)
Determines whether the specified assembly is equal to the current assembly.
public bool Equals(AssemblyModel other)Parameters
otherAssemblyModel- The assembly to compare with the current assembly.
Returns
AssemblyModel.Equals(object)
Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)Parameters
objobject- The object to compare with the current object.
