FrannHammer.Models.BaseCharacterAttributeModel.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : bool
return bool
        public static bool operator ==(BaseCharacterAttributeModel left, BaseCharacterAttributeModel right)
        {
            return Equals(left, right);
        }
BaseCharacterAttributeModel