Click or drag to resize
SqlMetadataEquals Method (Object)
Compares obj and current instance.

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