Table of Contents

Method Equals

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

Equals(Table)

Performs a deep structural comparison of two tables, comparing columns, constraints, and indexes.

public bool Equals(Table other)

Parameters

other Table

The table to compare with this instance.

Returns

bool

true if both tables have identical structure; 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.