Click or drag to resize
TableColumnMetadataEquals Method (Object)
Determines whether the specified object is equal to the current object.

Namespace: SQLitePCL.pretty
Assembly: SQLitePCL.pretty (in SQLitePCL.pretty.dll) Version: 1.0.0.0 (1.0.0)
Syntax
public override bool Equals(
	Object other
)

Parameters

other
Type: SystemObject

[Missing <param name="other"/> documentation for "M:SQLitePCL.pretty.TableColumnMetadata.Equals(System.Object)"]

Return Value

Type: Boolean
true if the specified object is equal to the current object; otherwise, false.
See Also