Table of Contents

Method Equals

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Equals(TimeStep)

Returns a value indicating whether this instance is equal to the specified TimeStep structure.

public bool Equals(TimeStep other)

Parameters

other TimeStep

The TimeStep object to compare with this instance.

Returns

bool

true if other represents the same timing values as this instance; otherwise, false.

Equals(object)

Returns a value indicating whether the specified object is a TimeStep structure with the same timing values as this TimeStep object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with this instance.

Returns

bool

true if obj is a TimeStep structure and has the same timing values as this object; otherwise, false.