The Dependency type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| CompareTo |
Compare the current dependncy to another dependency. File names are compared ignoring case.
| |
| Copy |
Make a copy.
| |
| Equals(Object) |
Check if two dependncies are equal. File names are compared ignoring case.
(Overrides | |
| Equals(Dependency) |
Check if two dependncies are equal. File names are compared ignoring case.
| |
| GetHashCode |
Get the hash code for all the dependency's data.
(Overrides | |
Gets the (Inherited from | ||
| IsTemplateDependency |
Check if a dependency refers to a template
| |
| ToString |
Convert all the dependency's data to a string.
(Overrides |
See Also