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