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
otherNamespaceModel- The namespace to compare with the current namespace.
Returns
NamespaceModel.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.
