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

other AssemblyModel
The assembly to compare with the current assembly.

Returns

bool
true if the specified assembly is equal to the current assembly; otherwise, false.

AssemblyModel.Equals(object)

Determines whether the specified object is equal to the current object.
public override bool Equals(object obj)

Parameters

obj object
The object to compare with the current object.

Returns

bool
true if the specified object is equal to the current object; otherwise, false.