Table of Contents

Method Equals

Namespace
Bonsai.Reactive
Assembly
Bonsai.Core.dll

Equals(SchedulerMapping)

Returns a value indicating whether this object has the same scheduler instance as a specified SchedulerMapping value.

public bool Equals(SchedulerMapping other)

Parameters

other SchedulerMapping

The SchedulerMapping value to compare to this object.

Returns

bool

true if other has the same scheduler instance as this object; otherwise, false.

Equals(object)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current instance.

Returns

bool

true if obj and this instance are the same type and represent the same value; otherwise, false.