Table of Contents

Method Equals

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

Equals(Column)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(Column other)

Parameters

other Column

An object to compare with this object.

Returns

bool

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

Equals(string)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(string other)

Parameters

other string

An object to compare with this object.

Returns

bool

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