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.

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.