Table of Contents

Method Equals

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

Equals(SpatialIndex)

Compares this spatial index to another by column, schema, and table name.

public bool Equals(SpatialIndex other)

Parameters

other SpatialIndex

The spatial index to compare with.

Returns

bool

true if both indexes reference the same schema, table, and column; otherwise, false.