| SqlMetadataEquals Method (Object) |
Compares obj and current instance.
Namespace: LiteRepositoryAssembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
Another instance of the metadata to compare.
Return Value
Type:
Boolean
true if
obj is equals to the current metadata; otherwise, false.
See Also