Click or drag to resize
SQLiteVersionEquals Method (Object)
Indicates whether this instance and a specified object are equal.

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.SQLiteVersion.Equals(System.Object)"]

Return Value

Type: Boolean
true if obj and this instance are the same type and represent the same value; otherwise, false.
See Also