Click or drag to resize

BotPluginEquality Operator

Namespace:  ff14bot.AClasses
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool operator ==(
	BotPlugin left,
	BotPlugin right
)

Parameters

left
Type: ff14bot.AClassesBotPlugin
right
Type: ff14bot.AClassesBotPlugin

Return Value

Type: Boolean
See Also