Table of Contents

Method Equals

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

Equals(Schema)

Performs a deep structural comparison of two schemas, comparing all tables and views by name and definition.

public bool Equals(Schema other)

Parameters

other Schema

The schema to compare with this instance.

Returns

bool

true if both schemas have the same tables and views; 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.