Click or drag to resize

BotPluginEquals Method (IBotPlugin)

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

Namespace:  ff14bot.AClasses
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public bool Equals(
	IBotPlugin other
)

Parameters

other
Type: ff14bot.InterfacesIBotPlugin
An object to compare with this object.

Return Value

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

Implements

IEquatableTEquals(T)
See Also