Click or drag to resize

TriggerEquals Method (Trigger)

[This is preliminary documentation and is subject to change.]

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

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public bool Equals(
	Trigger other
)

Parameters

other
Type: MonkeyspeakTrigger
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)
See Also