Click or drag to resize

ProfileBehaviorEquality Operator

Implements the operator ==.

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

Parameters

left
Type: ff14bot.NeoProfilesProfileBehavior
The left.
right
Type: ff14bot.NeoProfilesProfileBehavior
The right.

Return Value

Type: Boolean
The result of the operator.
Remarks
Created 2012-07-02
See Also