ProfileBehaviorEquals Method (ProfileBehavior) |
Indicates whether the current object is equal to another object of the same type.
Namespace:
ff14bot.NeoProfiles
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public bool Equals(
ProfileBehavior other
)
Parameters
- other
- Type: ff14bot.NeoProfilesProfileBehavior
An object to compare with this object.
Return Value
Type:
Boolean
true if the current object is equal to the
other parameter; otherwise, false.
See Also