Click or drag to resize
SqlMetadataEquals Method (SqlMetadata)
Compares metadata and current instance.

Namespace: LiteRepository
Assembly: LiteRepository (in LiteRepository.dll) Version: 2.0.4
Syntax
C#
public 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