'Declaration Public Operator =( _ ByVal left As PgSqlArray, _ ByVal right As PgSqlArray _ ) As Boolean
public bool operator ==( PgSqlArray left, PgSqlArray right )
Parameters
- left
- The first PgSqlArray to compare.
- right
- The second PgSqlArray to compare.
Return Value
true if the two specified objects are equal; otherwise, false.