NamespaceModel.Equals Method

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll
NamespaceModel.Equals(NamespaceModel)Determines whether the specified namespace is equal to the current namespace.
NamespaceModel.Equals(object)Determines whether the specified object is equal to the current object.

NamespaceModel.Equals(NamespaceModel)

Determines whether the specified namespace is equal to the current namespace.
public bool Equals(NamespaceModel other)

Parameters

other NamespaceModel
The namespace to compare with the current namespace.

Returns

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

NamespaceModel.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.